Re: [CSS2.1] 10.3.5 Floating, non-replaced elements

Alan Gresley wrote:
> <div style="float: left;">Float left
>        <div style="float: left; width: 120px;">Float Left</div>
> </div>
> 
> Gecko 1.9 and Safari 3: The nested float clears the line box *Float 
> left* but leaves a space beside the float which equals the width of the 
> line box.

That sounds like <https://bugzilla.mozilla.org/show_bug.cgi?id=50630> to me 
(note: fixed in Gecko 1.9.next trunk builds, so you could check one of those to 
make sure).

-Boris

Received on Wednesday, 18 June 2008 03:09:28 UTC