I have an odd behaviour of a div in IE6, it is fine in FF.
The page validates ok but the last character of the linked text (w) is repeated outside of the main container div and is part of the link on mouseover. Changing the last letter changes the repeated letter so I have confirmed which letter is repeated. The odd thing is that the repeated letter does not show up in the HTML page source. I have checked the behaviour on a number of machines so is an IE6 buggy thing, please help.
Keith
The page validates ok but the last character of the linked text (w) is repeated outside of the main container div and is part of the link on mouseover. Changing the last letter changes the repeated letter so I have confirmed which letter is repeated. The odd thing is that the repeated letter does not show up in the HTML page source. I have checked the behaviour on a number of machines so is an IE6 buggy thing, please help.
Code:
<div> - (Container with rollover options set.)
............
............
............
<div class='artnetad2'>
<a href='artdec.cgi?call=autogall&biscuits='>Click here to view artwork in a Slide Show</a>
</div>
</div>
<!-- E N D I V End Div after first column or last column -->
Keith