Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- .css - Achieving multiple hover/visited colours


joshie76 - 4:02 pm on Oct 30, 2001 (gmt 0)


also try being more explicit with you standard link selectors in your CSS

:link { color:#000099 }
:visited { color:#000099 }
:active { color:#000099 }
:hover { color:#FF0000 }

becomes

A:link { color:#000099 }
A:visited { color:#000099 }
A:active { color:#000099 }
A:hover { color:#FF0000 }


Thread source:: http://www.webmasterworld.com/css/50.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com