Augusto Murri wrote:
Hi, I have some problems with IE/FF compatibility. I'd like that my box height setting is related to the content size ("div" content) without setting height parameter manually.

The page is : http://www.opent.it/cms/bazar/box.htm

Think setting 'min-height' should do:

div.box {
        margin: 0 auto;
        padding: 0px;
        width: 333px;
        _height: 450px; /* for IE-win */
        min-height: 450px; /* for all other */
        background-color:  #FFFFFF;
}

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