<div id="container" style="width:300px;">
<div id="leftBar" style="display: inline-block; width: 200px;">
//explanding text ... bla bla bla
</div>
<div id="rightBar" style="display: inline-block; width: 100px;">
//this bar has a background image that should stretch to a the left bars HEIGHT
</div>
</div>
I'd like the rightBar to expand with the leftBar. I can't use a fixed value because leftBar includes text that varies in length. rightBar should be equal in height to leftBar.