I have the following page (deadlink: http://www.workingstorage.com/Sample.htm ) that has a footer which I can\'t make sit at the bottom of the page.
http://www.workingstorage.com/Sample.htm
I wa
From IE7 onwards you can simply use
#footer { position:fixed; bottom:0; }
See caniuse for support.