0
votes
1answer
20 views
Min-Height/Height
Is this the best way to do min height in all browsers? It seems kind of chunky
.container {
min-height:800px;
height:auto !important;
}
/* Internet Explorer */
* html .con …

