I have nested divs like this (pseudo code ..)
<div0>
<div1></div1>
<div2>fluid width</div2>
<div3></div3>
</div0>
given that div0, div1 and div3 have a fixed width, can you style the center of div2 , so it always has the width of the liquid (naturally, based on div0 the main wrapper)?
source
share