mouse over links
thegamerguy
GA
Does anyone know to make it so when ur mouse goes over a link it changes to a different color? I know the code for pictures to do that, but i can not figure out the one with letters instead of pictures.
0
Comments
a:hover{
color:red;
}
</style>[/php]
Place it in the HEAD portion of your HTML, and change the colour red to any hex or ASCII value you please.