I’m struggling trying to get the behavior that I want with CSS.
I created a JSFiddle here that shows my problem: http://jsfiddle.net/c2Snd/
I want my #left div’s width to stretch, but only as far as the #right div.
Basically, I want my #left divs to wrap around my #right dive just like text would. So in my JSFiddle, the top 2 red boxes’ width would be 50%, then the bottom red box’s width would be 100%.
Looks like you just about have it.. confused:
http://jsfiddle.net/BCBd2/1/