I make 3 child div within a parent div. Like this:
<div id="wrapper">
<div id="inner-left"></div>
<div id="inner-middle"></div>
<div id="inner-right"></div>
</div>
I want the div 'inner-middle' for content and other two for b g image with repeat y .
The problem is how can I make the other two divisions automatically take the the height of the 'inner-middle' division? (the height of the div 'inner-middle' will change with the content)
