Each day the same question seems to pop up, yet this particular issue has me stumped...
My goal is a simple one - I aim to design a fixed width layout with 3 columns, while ensuring that the header and footer stretch across 100% of the screen.
Everything appears to be in order except for the stubborn footer.
Check out an example here: http://jsfiddle.net/xMQLy/1/
The crux of the matter lies in the fact that without a set height for the main body and side columns, the footer refuses to sit at the bottom as intended.
Any suggestions on how to rectify this annoyance?
Many thanks.