Change colour on mouse over...

liunx

Guest
Newbie here:

I have a CSS and i have in it this class:

.normal10BlackLinksBold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
text-decoration: underline;
}

How can i make so that when someone puts the mouse over a text with this Class, the text colour changes to RED for example....

I纾
 
Back
Top