I have 3 div\'s like on this image:
div1 has fixed width but variable hei
If you style the #content like this it works.
#content
#content { background: #fbb; padding: 10px; }
Notice there is no float.
jsFiddle: http://jsfiddle.net/JRbFy/1/
jsFiddle with equal height left-column and content effect: http://jsfiddle.net/JRbFy/2/