SyntaxFix
Write A Post
Hire A Developer
Questions
if you state a.redLink{color:red;} then to keep this on hover and such add a.redLink:hover{color:red;} This will make sure no other hover states will change the color of your links
a.redLink{color:red;}
a.redLink:hover{color:red;}