Auto-Width CSS Borderless Layout: Auto

Is this possible with css (maybe I can control it with javascript):

This is basically an effect margin: auto, but I need a different background for each field, so I am looking for divs with automatic width on either side of the center (div) with a fixed width, if that makes sense. Better visualized:

Sample layout

+5
source share
1 answer

http://jsfiddle.net/guc9V/1/

A little hack, but it works.

I have not used the value of your width since jsFiddle will need to be resized to see how it works.

, divs -, div, . div, 33%.

+3

All Articles