how to change color on mouseover in css?

by Ramya 2010-02-15 19:39:00

CSS hover effect:

Use CSS hover effect to change the color on mouseover.

.col{
text-decoration: none;
font-weight: bold;
color: #009900;
}
.col:hover{color: #CC0000;}

Tagged in:

1370
like
0
dislike
0
mail
flag

You must LOGIN to add comments