I’m having a problem with my site http://artygirl.co.uk/pixie/about/ I can’t seem to get the footer to automatically stick to the bottom of the browser, and show the rest of my background.
Is there a solution better than using position:fixed or absolute?
I think there are possibly other styles over-riding some tests I do in firebug.
Thanks for your help
Regards
Judi
This is always a bit difficult, you could increase the
min-heightof your content area, but even then if someone has a really big screen you’d see the same thing.You could use a bit of JavaScript to increase the
min-heightif someone has a huge viewport but that’s still less than elegant. I’m not sure if there is a CSS-only solution to this.If you want to try the above the code I just posted here: Is detecting scrollbar presence with jQuery still difficult? may be of use to you.