Home › Forums › CSS › 2 100% columms + sticky footer › Re: 2 100% columms + sticky footer
April 9, 2013 at 5:29 am
#131108
Member
From the image you supplied, I don’t think you can do this easily.
A sticky footer will always be at the bottom of the page **regardless** of how much content is in the ‘content’ area but will be off the page if the content is longer that the viewport height.
But if the content is longer than the page you want a scroll which means that the footer would always be there…that’s not a sticky footer…that’s a page with a set height with a content div set to scroll overflow…isn’t it?
Or am I missing something?