Rob Agar wrote:
...not really =0

however, there is one IE quirk I'd like to emulate in other browsers,
 namely IE's habit of ignoring the specified height of a block
element and expanding it to fit its contents.

anyone know how this can be done?

Try "display: table;". Although not working perfectly in any browser yet, it will make Opera, Safari, Firefox expand containers much the same way as IE does--with set height as min-height. IE doesn't understand "display: table;", but act that way anyway...

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to