Help - Search - Members - Calendar
Full Version: link rollovers not working
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
reksav
I've looked and looked and looked... I can't seem to figure out what I'm doing wrong (as can be seen at www.gonzodgc.org)! It works in IE but does not in Firefox or Chrome.

CODE
<head><style type="text/css">
a:hover { font-family:Verdana; color:#0080ff; text-decoration:underline; }
a:visited { font-family:Verdana; color:#000080; text-decoration:none; }
a:link { font-family:Verdana; color:#000080; text-decoration:none; }
a:active { font-family:Verdana; color:#0080ff; text-decoration:underline; }
</style></head>


Any help would be greatly appreciated!
pandy
The order is wrong.
http://www.w3.org/TR/CSS2/selector.html#dy...-pseudo-classes
reksav
It's always the simplest thing.... lol Thank you so very VERY much! biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.