I am trying to create a webdesign with a full width fixed menu, a full width header, 960px wide centered content with 3 columns (each with the height of 100%) and a full width sticky footer.
In all working examples I have seen header, content and footer is the same width.
(edited) My problem is to make the columns stretch to full height of the screen, from the bottom of the header to the top of the footer, at any screen size.
I have made an example of what I am trying to achieve: http://muku.dk/example.jpg
Is this possible with CSS?
Something like this. Please note that this is just to guide you to the right direction. You have to stick in there youself the equal height columns by using any technique and also the sticky footer.
The Markup
The Style
EDIT 1
Try this. This works perfect. The Footer sticks to the bottom even when there is not enough content and pushed down when there is more content. Also the verticaly Scroolbar does not appear. Now please don’t ask me to make the columns equal height as well.
The HTML Markup
The Style CSS
Hope this helps.