Okay, so I have this site, Just a Boy (http://www.justaboy.equiangular.net), and I put all the style into the CSS. And everything works fine. Except for the links!
The main links work great, but I have one div layer where I need to make the links a different color or else they blend in with the background too much. So I made a separate class for it and put class="menu" into the div tag.
HOWEVER, it didn't work! In IE, the a:link, a:active, and a:visited works but the a: hover comes out a different color than what I put (it comes out the color of the main links). In Mozilla, a:link, a:active, and a:visited work, but a:hover just doesn't work at all.
Bookmarks