MyBB Community Forums

Full Version: Sticky feet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got a footer in my Vulpine theme that should stay stuck to the bottom of the screen if there's not enough content to push it down there. Right now I'm using this method (without the "push" div) but it only works right for a fixed size footer. The problem is, right now I have to choose: have a bunch of empty space for normal users or have the footer too small for the debug info for the people who use it (like me).

I'd rather not make that choice, so what I'm looking for is a cross-browser way to have a non-static height footer, without using JavaScript, that sticks to the bottom of the page. Unfortunately right now my Google-fu is weak and all I'm getting are fixed-height solutions.

TL;DR: Could someone suggest a good way to stick a non-fixed height footer to the bottom of a page? Note that I don't mean using "position: fixed."