css text rollovers
css text rollovers
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- autonoma0
This has always worked well for me:
a:link,a:active,a:visited {
color : #BFA862;
text-decoration : none;
}a:hover {
color : #CCCCCC;
text-decoration : none;
}