Search code examples
csssticky-footer

Force footer to stay at bottom CSS


I've been messing around with CSS but I still can't get a "sticky footer" to work for some reason.

If there's not enough content, the footer works correctly and stays at the bottom, however, if there's a lot of content the last 100px is always behind the footer when it shouldn't be and I cant figure out why.

To see what happens visit: http://hevvo.eu/~dev/backtrack/index.php

Any help would be greatly appreciated.


Solution

  • There are a lot of articles about this. My favorite one is:

    http://www.cssstickyfooter.com/using-sticky-footer-code.html