dylanbaumannn
02-07-2012, 03:34 PM
Hello!
I'm not looking for a Sticky Footer solution here, what I want is for the footer, the final containing div, to extend to the bottom of the browser window.
I have a footer that works fine when there is a lot of content on the page, however when there is a page that has minimal content it leaves a 200px gap at the bottom of my page.
I've tried a few things which do NOT work with my design including:
position:absolute;
bottom:0;
Also, changing the background body color isn't an option because it's already set to another color used behind my content
Just to be clear, I'm not looking for a sticky footer. I was wondering if there was a way to make the footer stretch to the bottom of the page w/o using absolute positioning. Any help will be appreciated :D
I'm not looking for a Sticky Footer solution here, what I want is for the footer, the final containing div, to extend to the bottom of the browser window.
I have a footer that works fine when there is a lot of content on the page, however when there is a page that has minimal content it leaves a 200px gap at the bottom of my page.
I've tried a few things which do NOT work with my design including:
position:absolute;
bottom:0;
Also, changing the background body color isn't an option because it's already set to another color used behind my content
Just to be clear, I'm not looking for a sticky footer. I was wondering if there was a way to make the footer stretch to the bottom of the page w/o using absolute positioning. Any help will be appreciated :D