3.2.0

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
October 13,
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 */
October 13,

This topic is archived.

See also:


Back to support forum