This is a link to apparently the “best” solution to a sticky footer (which only docks when there is little content on the page).
http://ryanfait.com/sticky-footer/
When you resize the window in any other browser (Firefox, chrome I tested with) the footer moves with the window. In IE7 it doesn’t move, and you need to refresh the page to have it position itself correctly.
Google seemed to be able to do it, so I’m wondering, how have they managed to do this and I cant? Are they using JavaScript, or is there an elegant CSS solution I’m missing?
I’ve used Chris Coryier’s solution before and never had any issues with IE: http://css-tricks.com/snippets/css/sticky-footer/
CSS
HTML