Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS height:100% doesn’t work? Re: height:100% doesn’t work?

#74220
maik_b
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 */
}

http://www.maik-borchert.de