/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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*/ }
URL: http://davidwalsh.name/cross-browser-css-min-height