CSS question...
CSS question...
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- ********0
hmmm... looks good on Firefox.
You might want to try defining padding for the ul elements...
something I noticed in your CSS was the syntax..
I'd leave the "div" out of "div#content" and the other IDs you've defined...
also I'd define classes seperately,
so rather than use
"div#mainnav ul.showNav"use
"#mainnav" for your ID
and define".showNav" as a seperate entity... that way it's more reuseable....