|
Ok, here's a couple of suggestions.
1 - there is no reason to use multiple divs for that menu, you really should put it in an unordered list - that is, after all, what it is.
2 - You have defined the a:hover state, but you have NOT defined a default a:link state nor the a:active or a:visited states. You'll need to define at least the a:link as well as the a:hover in order for things to work properly.
You must also define them in a specific order: Link, Visted, Hover, Active - just remember LoVeHAte .
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|