Forums

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

Home Forums CSS Make child div stay at the bottom of body or html tag. Re: Make child div stay at the bottom of body or html tag.

#78381
Eclipse
Member

Add the following CSS:

html:
height: 100%;

content-div:
min-height: 100%;
_height: 100%; /*for ie6*/

footer:
height: 100px;
margin-top: 100px;

Credits to panenko