On Sep 7, 2006, at 5:27 AM, Doug Wigginton wrote:
Thanks for taking a look. Just to confirm, on the right half of the
screen the second Green div drops below the first green div when
you resize
to 600x800 in Firefox?
Like this:
[grey div][green div 1]
[green div 2]
and not
[grey div]
[green div 1 ][green div2]
in your testcase, Firefox, Safari, Opera and other modern browsers
drop the whole box containing [green div 1] and [green div 2]. That
is the correct behaviour in this case: the width of the floated
parent is not specified, and depends on the width of the content
(known: the width+padding+border+margin of the 2 floated green divs;
the width for those divs is specified).
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************