Min-Height for IE
IE ignores min-height properties, following hack fixes this issue.
This solution works for IE6, IE7, Mozilla/Firefox/Gecko, Opera 7.x+ and Safari1.2
selector {
min-height:400px;
height:auto !important;
height:400px;
}
IE ignores min-height properties, following hack fixes this issue.
This solution works for IE6, IE7, Mozilla/Firefox/Gecko, Opera 7.x+ and Safari1.2
selector {
min-height:400px;
height:auto !important;
height:400px;
}
Big help, big help. And spurelaivte news of course.