Forum Moderators: open

Message Too Old, No Replies

Repeated content outside of <div>

Weird IE6 bug?

         

photon

3:56 pm on Aug 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm getting a weird bug with IE6. The last word of a div is repeated just below the div, but only at certain browser window widths. For example, it'll repeat at window widths of 800-828, except for 823 or 824 pixels. It'll repeat randomly (or not) out to a certain size, then goes away for good.

For example, inside the div is "You can buy widgets for $22.00." Right below (and outside of) the div is "22.00.".

The text is aligned right inside a div floated left, below other divs floated left and next to divs floated right.

It's obviously a rendering issue, since the repeat does not even show in the "view source". Opera has no problem with the display.

Is this a known bug? Is there a work-around?

Thanks for your help.

DrDoc

4:10 pm on Aug 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try adding position:relative to the div...

photon

8:33 pm on Aug 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, unfortunately that didn't help. I already had that on the containing div; I tried removing that just for grins, but it still didn't help.

Thanks for the suggestion though.