/ Published in: CSS
URL: http://davidwalsh.name/cross-browser-css-min-height
Expand |
Embed | Plain Text
#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*/ }
You need to login to post a comment.
