Home › Forums › CSS › [Solved] footer doesn’t stick at bottom of page › Re: [Solved] footer doesn’t stick at bottom of page
October 29, 2010 at 9:59 am
#78852
Member
Add to CSS:
.html {
height: 100%;
}
#container {
min-height: 100%;
_height: 100%; /*for ie6*/
}
#footer {
height: 215px;
margin-top: -215px;
}
and change:
#main-content {
…
margin-bottom: 265px;
…
}