Im using Chris Coyier's Sticky Footer example to add a footer to my webpage. It works great!
However, I am wondering how I can adjust the code so the footer sits at the bottom of the screen -- not the webpage.
So for example when it first loads rests at the footer of my screen - but when I begin to scroll down it adjusts itself and locks itself down at the bottom of the page.
How can I keep it at the bottom of my screen?
Ive tried tweaking the last 2 lines of the emample:
$(window)
.scroll(positionFooter)
.resize(positionFooter)
But not getting too far...