David Feldman wrote:

> http://interfacethis.com/misc/css-test/wide-page.html

In standard compliant browsers: mimic HTML-table behavior with CSS-table...

#a {
background:orange;
display: table;
}

...and #a will expand like a table.

IE6 does expand the container in that example-page, but if IE/win
doesn't do that in an actual page, add...

#a {
zoom: 1;
}

...since no IE version understands anything even remotely related to
CSS-table.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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