|
04-10-2003, 04:59 PM
if its on normal text i just use this javascript:
<style>
<!--
a{text-decoration:none}
//-->
</style>
<style fprolloverstyle>A:hover {color: FFFFFF; text-decoration: underline}</style>
FFFFFF is the colour, this can be changed to any colour u want.
|