Do simple CSS effectsTag(s): HTML/CSS
While this HowTo has nothing to do with Javascript, it's cool so here it is ...
<HTML><HEAD> <STYLE type="text/css"> <!-- A:hover {color:red} --> </STYLE> </HEAD><BODY> <A HREF="">Move over me</A> </BODY></HTML>
<span onmouseover="style.color='ff0000';" onmouseout="style.color='00ff00';">Move over me</span>
<a href="../howto.html" style="text-decoration: none">link</a>
<span style="position:relative; width:190; height:10; filter:glow(Color=#009966,Strength=1)"> Glow effect ! </span>
<SPAN STYLE="background-color:orange">i'm highlighted!</SPAN>