Pringle, Ron wrote:
> Hmm. Having an odd issue with Firefox not properly displaying a
> float. Two columns floated left, the second column ends up under the
> first floated column, instead of next to it, as it should.

Apparently not. I don't have a spec at hand this night, and I might be 
wrong, but this renders identical in Fx, Opera, Safari:

<div style="float: left; height:100px; width:100px; background: 
yellow;"></div>

<div style="float: left;">
   <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam 
luctus urna non sem.</p>
</div>

If the window is wide enough, the Lorem ipsum stays next to the yellow 
float. But if the window is narrowed, the Lorem ipsum does not wrap, it 
just drops under the float. It wraps in IE.

Ingo

-- 
http://www.satzansatz.de/css.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/

Reply via email to