I'm creating a complex website, which has quite a bit of code. So I created a JS Fiddle script that re-creates the problem I'm facing.
In short, we have a main container, and in the container is a left column floated to the left and the main content column flatting to the right.
As you can see in the example, the #sideColumn
is not expanding to cover 100% of the height of the #container
as the #mainColumn
grows. The "blue" should automatically extent from the top (as shown) all the way to the bottom of the container as the #mainColumn
grows/decrease. In other words, the #sideColumn
should always equal the height of the container (automatically).
Here's the Fiddle - what am I doing wrong? http://jsfiddle.net/dLyfD/