:: Forum >>

how to change color onmouseover in a link: Home|About|Contact|

hello there, can anyone help me how can I make my link change its color onmouseover?

thanks!
mercy
Friday, October 13, 2006
a:link {color: #FF0000} /* unvisited link */
a:visited {color: #00FF00} /* visited link */
a:hover {color: #FF00FF} /* mouse over link */
a:active {color: #0000FF} /* selected link */
Friday, October 13, 2006

This topic is archived.


Back to support forum

Forum search