Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Last chr in div repeated 1

Status
Not open for further replies.

audiopro

Programmer
Apr 1, 2004
3,165
GB
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.


Code:
<div> - (Container with rollover options set.)
............
............
............
<div class='artnetad2'>
<a href='artdec.cgi?call=autogall&amp;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
 
Thanks very much Chris, I was thinking that IE was out to get me. I had put the comments in to ID which div was being closed in a dynamically created page. Placing the comments within the div solved the problem.

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top