Hover

This example shows how to make the text of links change color when the mouse is over the link. The example works by adjusting the style. It is known to work in Internet Explorer version 4 or greater and in AOL, but not in Netscape.

<style>
a:HOVER{color:#ff0000}
</style>

The links above will change color when the mouse is over them. You can view the source of this page to see how it is done.

To remove the underline set the text-decoration style attribute to none:

<A STYLE="text-decoration:none" href="http://www.dragonnorth.com">dragonnorth.com</A>


DragonNorth.com Webmaster: mnewman@dragonnorth.com