Home › Forums › JavaScript › Space at the bottom of the site? › Re: Space at the bottom of the site?
June 19, 2012 at 4:08 pm
#104605
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;
}