View Full Version : Font Color changing on mouseover


jazo
09-23-2004, 04:33 AM
I don't think it is on the main part of the site. Anyone tell me how to do this?

salomeyasobko
09-23-2004, 04:46 AM
you can do this with CSS. i'll give you the code, but just to let you know, you can find it here: www.lissaexplains.com/css.shtml

replace the bold parts with the colors you want!


<style type="text/css">
A:link {color: #FFFFFF;}
A:hover {color: #000000;}
</style>


make sure you put that code after the <head> tag and before the </head> tag! good luck :)