Hi, can someone please explain to me why some of my hover hyperlinks work, but others (beside them) don't!
http://test.enduracapital.com/sitemap/
is just one page, but actually the whole site has buggy hovers.
If you need to see my style sheet, let me know...
thanks in advance!
Buggy CSS - some rollovers work, others don't!
Your a:hover.menu should read a.menu:hover (likewise with others that occur in your CSS such as this).
Buggy CSS - some rollovers work, others don't!
thanks co2.
I changed all the links as you suggested, however, now even fewer seem to work.
And the final item in the main menu is not responding to it's class name i.e. "PROF. AFFILIATIONS" is orange like the default hover, and not white like it's supposed to be.
??? any ideas ???
GOT IT!
So I figured it out...
:hover must be placed after :link and :visited
I had it after :link for all of them.
problem fixed - thanks for the help.