I am not sure if this is possible plainly in html css.
I have 3 divs in one line the 2nd div must occupy 200px width and the first & last div must occupy remaining width .
http://jsfiddle.net/Garav/gk9t3/
the remaining two divs are fixed at 100px in fiddle . is there a way to make them fill the remaining of the screen equally on both the sides , so that the 2nd div always remains at center ?
Note : the width of parent div is not fixed .