Jul 20, 2007

Create a link that changes color on mouseover

Apply for a-tag

Example.

a:link, a:visited, a:hover, a:active {
text-decoration: underline;
color: #6A5ACD;
background-color: transparent;
}

No comments: