Jonah Katz
Jonah Katz

Reputation: 5288

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 thing before wrapped in a div with class="footer") http://alenlocksmith.com/

Upvotes: 0

Views: 120

Answers (3)

Michael
Michael

Reputation: 4390

Visit http://www.cssstickyfooter.com - It works like a charm every time!

Upvotes: 1

Benjamin Crouzier
Benjamin Crouzier

Reputation: 41865

Assuming you want it just under the content, remove position:absolute in #footer

Upvotes: 0

Xavier
Xavier

Reputation: 8362

try using position:fixed; this should fix your error

Upvotes: 2

Related Questions