Re: [css-d] height 100% XHTML

2006-03-09 Thread cj
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

[css-d] height 100% XHTML

2006-03-09 Thread Paul Collins
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