Check out this awesome website:
I've been working on incorporating a responsive design with a sticky footer, but I encountered some issues with incompatible CSS options. The fixed option wasn't meeting my needs either.
For the homepage, I have content with a fixed height. To make it work, I ended up using JavaScript to adjust the top margin based on the window height and the fixed value. It's a bit of a crude hack.
Everything seems to be fine when I slowly resize the browser height, but if I resize quickly, the footer jumps slightly off the screen. Any suggestions on how to fix this issue?