Forum Moderators: not2easy
as for your question, can you post some more info about what you are trying to keep the footer below? If you have floating divs you can use:
#footer {
clear: both;
}
If it's just normal divs, as long as your footer div is the last one listed in the html, it should appear on the bottom.
or if you are trying to keep the footer on the bottom of the page even your web site doesn't fill up the whole window, it starts to get more interesting.
[alistapart.com...]