Return to Snippet

Revision: 11215
at January 28, 2009 12:02 by selfmadepsyche


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
http://davidwalsh.name/cross-browser-css-min-height

Initial Description


Initial Title
Cross Browser Minimum Height

Initial Tags


Initial Language
CSS