/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#container{ min-height:500px; height:auto !important;/*all browsers except ie6 will respect the !important flag*/ height:500px;/*Should have the same value as the min height above*/ }