I am trying to place 7 divs side by side but with a bit of uniqueness.
You can take a look at what I have done so far through the link HERE and view page source.
I want the Center div’s width to fill the space between the Left Middle and Right Middle div irrespective of how far one drags the browser form to the left or right. At the moment the center div has white spaces left and right of it.
Can anyone help me out please?
You can achieve it with
<table>. If you are pretending to use div-based structure, then you can simulate divs behaviour by usingdisplay:tableetc…here is HTML:
Here is a demo: demo link