I am creating a business application that has a variable width sidebar and content area, along with a footer. For the life of me, I can't figure out how to make the footer ALWAYS display correctly using CSS, regardless of sidebar height. Here's an illustration of the issue:

The footer and sidebar is fine if the content area is larger than the sidebar, but not the reverse (the faux columns technique doesn't seem to work with a footer, and the equal height with footer technique only seemed to work if the sidebar is shorter).
Any suggestions? I found an answer here that only worked for IE6, but nothing else just using CSS. I'm tempted to make my life easy and use TABLEs, but either way I'd love to know how to do this w/ CSS (a little javascript wouldn't hurt, but w/o is better).