I can’t get it done the right way, left and right div are two images and center is a repeat-x div.
Left and right div must be fixed width and height, center div fixed height but stretched width.
http://jsfiddle.net/CApW2/ I can’t get it done the right way, left and right div are
Share
This can be either fixed or fluid height. Left and right columns are fixed width, while the center column is fluid. In the source, the side columns are asides, and after the center column. While you can style each column directly, be careful when editing width/padding/margin/border… you have to make multiple changes in the CSS for each one (but it’s grouped and commented fairly well, so you shouldn’t have too much trouble).
The CSS:
And the HTML: