I'm trying to achieve the following design:
https://www.dropbox.com/s/2y4qfxhn6noupap/Screen%20shot%202012-05-17%20at%203.18.00%20PM.png
The left and right columns would have a percentage width but ideally a fixed minimum width. The header and footer are fixed to the top and bottom of the window respectively.
There is also a background image on each column that is scaled to fit either the height or width (whichever is greater).
Currently I'm using Javascript to achieve my design widths, and some heights: but my question is:
Is this possible in entirely CSS? I'm happy if it uses HTMl5/CSS3 techniques.
Thanks for any assistance possible!
Thomas