HTML / CSS - Hover Link Color

~Slu

New Member
I have this code written in my CSS; which makes all links on my site white, and when they're hovered on, they turn gray.\[code\]a:link {color: #FFFFFF}a:active {color: #383838}a:visited {color: #FFFFFF}a:hover {color: #383838}\[/code\]Here's the portion of my site which has links that are white and turn gray when hovered on. I have four different links on the site separated by a "|" . I am trying to make each link STAY white, but change to a different HTML color whenever they're hovered on
 
Back
Top