Hovering
Want your links to light up when you move your cursor over them?
well this is quit complex so pay attention in the back!!!! yes i mean you!
put this inbetween the body tags of your web page html:
<style type="text/css"><!--
A:link { COLOR: black; TEXT-DECORATION: none; font-weight: }
A:visited { COLOR: black; TEXT-DECORATION: none; font-weight: }
A:active { COLOR: white}
a:hover { COLOR: white; TEXT-DECORATION: underline }
-->
ok thats it!
But you can change the color to suite your mood, like on my site!
|