Wednesday, May 13, 2009

min-height for IE (and all other browsers)

/* for browsers that don't suck */
.container {
min-height:8em;
height:auto !important;
}

/* for Internet Explorer */
/*\*/
* html .container {
height: 8em;
}
/**/

No comments: