<A HREF="../examples/blank.html"
onMouseOver="this.style.fontWeight='bold';"
onMouseOut="this.style.fontWeight='normal';">
Move over me(change to BOLD)!</A><BR>
<A HREF="../examples/blank.html"
onMouseOver="this.style.color='green';"
onMouseOut="this.style.color='blue';">
Move over me (change to GREEN)!</A><BR>
<style>
.mystyle a:link { color: blue; text-decoration:underline; }
.mystyle a:hover { color: green; text-decoration:underline; }
</style>
<p>
<span class="mystyle">
<A HREF="../examples/blank.html" >
Move over me (change to GREEN with style)!</A>
</span>
See the result :
Move over me (change to BOLD)!
Move over me (change to GREEN)!
Move over me (change to GREEN with style)!
Written and compiled by Réal Gagnon ©1998-2012
[ home ]