Matt Boldt
10-10-2010, 04:45 AM
The footer of my page seems to be acting up. The height of the page expands with jquery, and more content becomes visible. But, the footer seems to scroll down only so far and then stop to where it's covering content instead of sitting at the bottom as it should. My code may be a little sketchy, as I am still getting everything together and haven't had time to make it look pretty
CSS for footer div:
#footer{
position:absolute;
margin-bottom:0px;
margin-top:150px;
margin-left:auto;
width:100%;
height:380px;
padding-top:20px;
background-color:#0F0F0F;
background-image:url(images/footBack.jpg);
background-repeat:repeat;
}
URL to the page:http://www.mattboldt.com/2.0
Click on the first box on the left titled "web"
Any help would be great.
Thanks
CSS for footer div:
#footer{
position:absolute;
margin-bottom:0px;
margin-top:150px;
margin-left:auto;
width:100%;
height:380px;
padding-top:20px;
background-color:#0F0F0F;
background-image:url(images/footBack.jpg);
background-repeat:repeat;
}
URL to the page:http://www.mattboldt.com/2.0
Click on the first box on the left titled "web"
Any help would be great.
Thanks