Would anyone be able to tell me why the following in-line style code does not work on IE6 or IE7? - the link colours do not render properly. It works fine on firefox and netscape7 and half works on safari.
<HTML> <style type="text/css"> a:link, a:visited {color : white} a:hover {color : red} </style> <a href="http://cloudesley.org" > <img src="/images/cloudesley.org.png"> </a> </HTML>
The result can be viewed here: http://cloudesley.org/new.html
Many thanks.