Gunlaug Sørtun wrote:
> [EMAIL PROTECTED] wrote:
>> still problems with nested floats, it seems - firefox. 
>> http://www.fatgraffix.com/testing/firefox_bug/test05b.html

In case anyone is interested: the following restyling will probably get
us closest to the /look/ requested in the testpage above.

<!-- THIS DIV FLOATS RIGHT BUT BREAKS AFTER LOGO ABOVE IN FIREFOX -->
<div style="border: 1px solid blue; background: yellow; overflow:
hidden; height: 100%;">

---

CSS2.1[1] says a float with 'width' calculated to 'auto' should
'shrink-to-fit' roughly like a table-cell - without defining the exact
algorithm.

Both Firefox1.5 and Opera9 treat a float without a width as if it had
'display: table-cell' declared, but they don't treat 'display:
table-cell' identical in the first place so it doesn't help much :-)

Earlier studies show some variations[2][3], but floats without declared
width was given up as a solution that wouldn't work reliable in any case.

Anyone have more information?

        Georg

[1]http://www.w3.org/TR/CSS21/visudet.html#q8
[2]http://www.gunlaug.no/contents/wd_example_01_01.html
[2]http://www.gunlaug.no/contents/wd_example_01_02.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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