Please take a look at: http://jsfiddle.net/yCrA8/
The blue sidebar should float next to red middle box but instead it’s clearing it and sitting below…
How do I fix this? I can’t set a width for the .Middle div because it has content that needs to flow outside of the browser view and be scrollable.
Cheers
See: http://jsfiddle.net/thirtydot/yCrA8/4/
One way is to use
display: inline-blockandwhite-space: nowrap.Remove
float: leftfrom.Sidebarand.Middle, then add this: