I have a simple three-column template that I cannot make work. It will probably be very easy for most of you, but for some reason I cannot get it to work.
<div>min-width</div><div>stay in center</div><div>min-width</div>
here is jsfiddle - http://jsfiddle.net/x7Atq/
the violin looks like crap, but basically the left / right column should decrease to the minimum width, and then start reducing the middle down, and all containers should remain at a distance of 30 pixels between each other ... right now, when it falls into the min-width of the second / the middle container moves along the first container when resizing the browser window, I need the box to stay in place, just keep decreasing ... as if both sides should be squeezed into the middle container
trying to do this with css only, so that if possible there is no third party, I know things like the perfect arrangement of three columns and bootsrap, but I feel like I need a clean css solution for this!
source share