I have a blue border appearing around an image link in E5.5 using
<A HREF="index.php"><div id="diagonal"><img src="images/bb1.gif" width="80"
height="79" alt=""></div></A>
#diagonal {
z-index: 1000;
position: absolute;
left: 0px; top: 0px;
width: 80px;
height: 69px}
I tried putting in a class class="link" but the BB remains any ideas why this is
happening?
Andrew