Multiple hover effect variation
Posted: Wed Sep 15, 2004 3:21 pm
I have the following styles already declared on my CSS file.
A:link { color: #000066; text-decoration: underline; }
A:visited { color: #000066; text-decoration: underline; }
A:hover { color: #990000; text-decoration: underline; }
A:active { color: #000066; text-decoration: underline; }
My question is, is it possible to have more than one variation of the link, visited, hover, and active effect? For example, maybe the link "Home" I want to use the hover color of #990000 but on the link "Contact", I want to use the color #FFFFFF or some other color. How do I accomplish this?
Any help is grateful!
ljCharlie
A:link { color: #000066; text-decoration: underline; }
A:visited { color: #000066; text-decoration: underline; }
A:hover { color: #990000; text-decoration: underline; }
A:active { color: #000066; text-decoration: underline; }
My question is, is it possible to have more than one variation of the link, visited, hover, and active effect? For example, maybe the link "Home" I want to use the hover color of #990000 but on the link "Contact", I want to use the color #FFFFFF or some other color. How do I accomplish this?
Any help is grateful!
ljCharlie