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
Multiple hover effect variation
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: