help with css
help with css
Out of context: Reply #20
- Started
- Last post
- 25 Responses
- such0
Well for one there were some invalid characters in the CSS, but this should work:
a:link { text-decoration: none; color: #FFF;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: none; color: #000; background:#FFF;}