I am using the following code site-wide to define links (CSS of course):
<pre>
a:link {
text-decoration:none;
color:#003366;
}
</pre>
(I have other settings as well but this appears to be the one that is causing the problem)
Safari:OK
NN6:OK
Mozilla:OK
IE 5/Win: IE is surrounding my images that are links with a blue 1 or 2 pixel border. Any suggestions?