Page footer with CSS
Link: Webmasterworld: Page Footer with CSS
This thread I have found useful when I had the task make a footer div that resides on the bottom of browser’s window if height of content is smaller than window height. If otherwise, it’s behaves as usual - going to the bottom of content.
I have used this method on my personal site, so you can see it in action: www.polyakov.org (tag: polyakov)
An important update: I have redesigned site’s code with method by Juan from blog.coderlab.us, it’s seems even easier and uses less code than this approach.
Read the whole thread…

I came up with a similar technique a while ago, you can read about it, if you wish, on my blog.
It’s just another way to do it.
Comment by Juan — August 13, 2005 @ 12:58 pm
Thank you for your input, I looked at your post, and found it even more clean and easy to maintain, at least at first glance.
Cheers!
Comment by Igor Polyakov — August 13, 2005 @ 1:55 pm