magilla loves you

CSS: Making a DIV height the same as the browser height

Posted in HTML / CSS by shanDB on July 5, 2009

html, body {
height: 100%;
}

#div {
min-height: 100%;
}

Leave a Reply