This is my code:
#footer { font-size: 10px; position:absolute; bottom:0; background:#ffffff; }
I\'ve no idea what is wrong with
Why not with jquery?
Put a wrapper div between header and footer and assign min-height property for wrapper with jquery equal with the difference between document height and (header height + footer height).