Forums

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

Home Forums JavaScript Space at the bottom of the site? Re: Space at the bottom of the site?

#104605
amoss
Participant

Try adding the bold or position:relative to see if that helps.

#footer-container {
width:100%;
background:#060d19 url(../images/bg-footer.png) bottom repeat-x;
margin:0;
padding:0;
height:94px;
position:absolute;
z-index:999;
bottom:0;
}