Zoe M. Gillenwater wrote: > http://www.saferoutesinfo.org/guide/float-clear-IE-gaps.png > > The paragraph following the h1 is indented from the left by about > 20px, and there is a gap of about 60px below each h2.
I see the left gap. Without checking too much, I think that its reason is the following: - The fix makes the paragraphs "inline" (or better sort of "inline-blocks") - As such they suffers of the indented text bug [1]. Adding display:inline to the right floats should fix this. I guess that the reason why Georg doesn't see the problem is that he applied the fix to the h1 too. When also the h1 is "inline", the bug doesn't trigger. About the space below each h2, I haven't checked, but can't this be explained by the sum of h2's padding-bottom, h2's margin-bottom, p's padding top, ...? (without the fix there are only collapsing margins) Bruno [1] http://www.positioniseverything.net/explorer/floatIndent.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
