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.
October 31, 2010 at 4:13 am
#78381
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