Forums

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

Home Forums CSS [Solved] footer doesn’t stick at bottom of page Re: [Solved] footer doesn’t stick at bottom of page

#78852
panenko
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;

}