Footer wont stick to bottom
Ive been playing around with my html/css for so long and i cant seem to get it to stick to the bottom below all the content. Right now, it starts on the bottom of the window, which overlaps content. It should be below all the content. Any help? Heres the site.. (the footer is last th开发者_如何学Cing before wrapped in a div with class="footer") http://alenlocksmith.com/
try using position:fixed;
this should fix your error
Visit http://www.cssstickyfooter.com - It works like a charm every time!
Assuming you want it just under the content, remove position:absolute
in #footer
精彩评论