Revision: 18178
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 23, 2009 15:25 by paulgrenwood
Initial Code
#container{ height:auto !important;/*all browsers except ie6 will respect the !important flag*/ min-height:500px; height:500px;/*Should have the same value as the min height above*/ }
Initial URL
Initial Description
Internet Explorer does not understand the min-height property but here’s the CSS trick to accomplish that in IE.
Initial Title
Cross Browser Minimum Height
Initial Tags
css
Initial Language
CSS