| How to change color on mouseover |
|
|
Use CSS hover effect to change the color on mouseover.
.col{
text-decoration: none;
font-weight: bold;
color: #009900;
}
.col:hover{color: #CC0000;}
|
| Html-tutorial - Change color onmouseover |
| The topic on Html-tutorial - How to change color on mouseover is posted by - Math |
Hope you have enjoyed, Html-tutorial - How to change color on mouseover . Thanks for your time.
|