Home › Forums › CSS › height:100% doesn’t work? › Re: height:100% doesn’t work?
April 15, 2010 at 5:33 pm
#74220
Member
Hi, i had the same proplem some months ago.
I remember something like this:
html, body {
height: 100%; /* necessary */
}
#box {
min-height: 100%;
height:auto !important; /* modern Browser */
height:100%; /* IE */
}