|
| want links to change color
| | | |  | Re: want links to change color by Abraham Chaffin on Mar 20, 2008 at 6:01:42 pm |
Here's the CSS you need to use
a:hover {
color: #FFFFFF; /* OR WHATEVER COLOR YOU WANT */
}
Or if you want to do a pseudo style off of the .link class you would do:
.link a:hover {
color: #FFFFFF; /* OR WHATEVER COLOR YOU WANT */
}
Abraham
Respond to this post • Return to posts index | | | | |
|
|
|