min-height for IE (and all other browsers)
October 14, 2007
/* for browsers that don’t suck */
.container {
min-height:10em;
height:auto !important;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 10em;
}
/**/
Entry Filed under: css. .



Trackback this post | Subscribe to the comments via RSS Feed