Return to Snippet

Revision: 42366
at March 3, 2011 23:05 by jesudasjj


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
min height in all browser

Initial Tags
css

Initial Language
CSS