Return to Snippet

Revision: 19733
at October 29, 2009 16:12 by twobon


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 Min Height

Initial Tags
css

Initial Language
CSS