On Thu, Mar 6, 2008 at 9:24 PM, Eric A. Meyer wrote:
> At 5:18 PM +0100 3/6/08, Bruno Fassino wrote:
>
>  >I haven't checked too much, but re floats, I confirm that there are
>  >some new problems with the clearing. They range from the simple fact
>  >that a clearing <br> doesn't work [1]...
> >
>  >[1] http://brunildo.org/test/FloatContainer2.html
>
>     Bruno, could you try a version of that test where you add
>  'display: block;' to your clearing-break styles and see if anything
>  changes?  If it starts working, that means IE8 upgraded its support
>  for 'clear'.  If not, then there's a bug afoot.

I created a simpler page [1] and it seems that in IE8 beta 1  a <br>
with clear never makes a container to enclose a floated child, even if
it has display:block. And content following the <br> never clears the
float.  In good browser this enclosing/clearing always happens.

All (including IE8) agree in making a span with clear not to
clear/force the enclosing,  while a div (or a span made display:block)
clears/forces the enclosing.

Bruno

[1] http://www.brunildo.org/test/br_clear.html

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to