I have two columns, the left side div is a navigation bar and it is floating to the left, the content can expand (height) as much as it wants, I want the left floating div (the left nav) to expan with the content div.
I have an eample markup. I want the yellow div to expan equal to the red div, withouth having to specify the height of the div.
Link to to the jsfiddle is http://jsfiddle.net/saaedb/F5c97/1/
Thanks