What I am trying to is have a header image centered on the top with a different color background on either side, dynamically filling the rest of the page. The structure would look like this:
<div id="Header_Container">
<div id="Header_Left"></div>
<div id="Header_Center"></div>
<div id="Header_Right"></div>
</div>
The Header_Center is of 960px and the Header_Left and Header_Right should fill either side of the image to the edge of the page and change width as the page width changes.
I can not get the CSS to work properly.
You must fix it using padding and box model + position : relative – it can be done without HTML Change
And CSS ( 100px is for example )
Example is here http://jsfiddle.net/ZAALB/2/
EDITed incorrect example