CSS Headache
I’ve been looking for a solution to the two-column problem. You know, the one where you can’t stretch both columns to the bottom without a cheesy background image. There doesn’t seem to be a great solution.
I found one that seems to work, but it adds all sorts of extra container divs to the markup. According to the author, this overuse of containers can be avoided if you use the box model hack, but he/she doesn’t want to use the box model hack. What the heck?