This is done using the CSS hover pseudo-class selector. You must list your link styles in the order shown below, Link, Visited, Hover, Active. Place this code (with your color choices) above the closing </head> tag in your HTML document. <style type="text/css">
<!--
a:link { color: #003399}
a:visited { color: #993399}
a:hover { color: #009999}
a:active { color: #993333}
-->
</style> Note: The CSS pseudo-classes a:hover and a:active are not supported in Netscape versions 4.xx and below. Internet Explorer and Netscape 6 do support these psuedo-classes.  


If you like what you see, please link to NetEvolution.co.uk from your site!