Return to Snippet

Revision: 17512
at September 8, 2009 09:09 by PeteW


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


Initial Title
Cross browser CSS min-height support

Initial Tags
css, ie, browser, ie6

Initial Language
CSS