Return to Snippet

Revision: 27255
at May 31, 2010 20:14 by blpgirl


Initial Code
#container{
min-height:500px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/
height:500px;/*Should have the same value as the min height above*/
}

Initial URL


Initial Description


Initial Title
Cross Browser Minimum Height

Initial Tags


Initial Language
CSS