navigation

A

Anonymous

Guest
Im trying to make a part of my .css script with the navigation from my site.

only problem is, I want the HTML from the navigation table to be able to work in the css

how do I do this?
 
CHUBBYCAT said:
Im trying to make a part of my .css script with the navigation from my site.

only problem is, I want the HTML from the navigation table to be able to work in the css

how do I do this?
HTML works with CSS... :) where is the problem ? 8O
 
you mean I could put that like

Code:
 html> 
 and the following html code
[/code]
 
So far i cant even follow you guys :S or atleast CHUBBYCAT...

What is it actually that you are trying to do?

Use CSS with HTML : no problem... create a CSS... and then use it as a class i HTML..

Or do you want a completely CSS driven website?! No tables, only CSS?
 
ya me too
Still didn't understand where/what was the problem
 
He was typing in code.. it was a test. In death a member of Project Mayhem does have a name. His name is Robert Paulsen
 
my quote is from fight club.. comeon.. get with the program
 
Thanks for the explanation.. now im even more confused :)

Hehe... still wonder what does it have to do with this topic ..
I dont even remember that quote!

**Damn im tired**

Anyway, going to bed now... will be back tomorrow (or later today as it's already 1:30 AM here)..
 
okay Ill explain it clearly this time.

I would like to have my Navigation panel (which is a table on the side of the page) on all of my pages.
but I dont want to tediously add the links and stuff to every single page.

henceforth, the .CSS coding

I tried using HTML as a class and it didnt work :p (sorry Alexei)
I want to know how I could do this.
 
CSS is a language for changing the presentation of your document, i.e. how it looks. You cannot use CSS to add content or data (e.g. a navigation bar).
 
I ment you can use CSS to FORMAT HTML... therefore you need to use css style in html-tags class="" part..
You can even make it CSS based : no tables.. therefore use div's
However swirlee explained perfectly that you can't use css to ADD some data, only change the way it looks..
 
Back
Top