I am currently using a layout that already has 100% DIV height in effect. Everything is in a wrapper, and the body will always touch the footer at the bottom of the page, and will expand if necessary. However, I also have two floated DIVs in the body section. The problem is that I cannot figure out how to get the DIV on the right (a sidebar menu) to stretch all the way down and touch the footer. I would like to do this because I have applied a left border, which seperates the content between the body DIVs nicely. I need the border to hit the footer at the bottom of the page, however.
I had attempted to create another wrapper around the two DIVs in the body to force the height, but I had no luck.
The DIVs are sorted like this:
<container>
<menu>
<content>*floated
<sidebar>*floated
<breaker>
<footer>