Forum Moderators: not2easy

Message Too Old, No Replies

Text disappears

strange behaviour in IE with clear:

         

bigM_sh

7:20 am on May 20, 2003 (gmt 0)

10+ Year Member



Hi,

I just encountered a strange problem...I have a div like this


<div id="content">
<h2><a name="heading1">Heading1</a></h2>
<img class="floatimg" src="pic.jpg" />
<p>
Text
</p>
<h2 style="clear:both;"><a name="heading2">heading2</a></h2>
<p>
more Text
</p>

now when I load the page in IE (Version 6 on Win2K or XP) the first heading and paragraph aren't there.
They appear either when hovering over a link on the page or when hgighlighting the paragraph with the mouse.

Without the clear:left it works but I don't want the second heading to float around the img

Thanks bigM

mipapage

8:14 am on May 20, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check this out:
www.positioniseverything.net/explorer/peekaboo.html

I believe that this is what is bothering your code!

bigM_sh

9:00 am on May 20, 2003 (gmt 0)

10+ Year Member



Thanks!

That helped fixing it...