Possible Duplicate:
CSS sticky footer
I am hard at work developing a webservice but i have run into a problem getting the websites footer to stay at the bottom of the page and its starting to become fustrating as i have tried every single "sticky footer" script their is and none seem to work.
#footer {
background:#212121 url(../images/footer.jpg) repeat-x;
height:50px;
position:absolute;
width:100%;
overflow:hidden;
}
Kind Regards,
Nathaniel Blackburn