MouseOver Codes
a) For Links going backwards
<style>
<!-- --> --> a:hover{filter:fliph(color:B22222, strength=3);
height:0px;width:inherit}
</style>
b) Glowing Links
<style>
<!-- a:hover{filter:glow(color:FF0000, strength=3);
height:0px;width:inherit} //-->
</style>
c) Links turning upside down
<style>
<!-- --> a:hover{filter:fliph(color:FF0000, strength=3);
height:0px;
width:inherit} //-->
</style>
d) Make cursor change
<style>
<!-- a:hover {cursor:CURSOR TYPE;} -->
</style>
You can change cursor type with: Crosshair, Hand, Move, Help, Pointer, Text, Wait.
e) Make Links change spacing
<style>
<!-- a:hover {letter-spacing:4px} -->
</style>