i think i know just the solution for you. note that to allow any
element within the page a 100% height, both body and html need to be
given some height property, which may be why yours wasn't working.
http://www.themaninblue.com/experiment/footerStickAlt/
taken from
http://css-discuss.incutio.c
Hi all,
We have a site built using XHTML transitional. We need a footer div to sit at
the bottom of the page, even when the content doesn't reach the bottom fold, so
basically the body DIV which comes before it in the code needs to have a height
of 100% to push it down.
As far as I am aware he