I return to an issue I've read in previous discussions. I am building a site where the footer needs to be fixed to the bottom of the page which i have done by using absolute positioning. The content area of the page needs to stretch down to the bottom of the footer on any given screen resolution effectively covering the footer in the centre where the content is
I have tried various methods to get the content area to extend down to the bottom of the page and over lap the footer but nothing seems to work.
I would like main div to stretch down to the bottom of the footer on any given screen resolution. All the solutions, I've seen, including this one, go to the bottom of the browser, under the footer (put a border: 1px and you'll see), so if the main contents are too long, they are hidden by the footer...