Full height div when a footer is fixed position
-
I’ developing a website, for which there is a footer (with a scrolling content) on one page that is in fixed position (so that users with smaller screens could immediately see it). but with bigger monitors and window resize, the underlying content doesn’t fill up the space, there is a gap between the main content and the footer. I tried putting a wrapper div with background-color and height:100% or auto but it doesn’t resize on window sizeing. Also, I tried putting the height to some big amount (eg. 1000px), which does the trick, but the scroll bars are visible, and that’s not desirable.
So, I think one opportunity would be to make the back div full height as the window resizes (I would prefer this), or to make the scroll bars dissapear with the very large height div method. Or any good suggestions would be nice.The work-page is here:
https://www.baksagaspar.com/poli/home/Thanks.
Best Regards, g
- The topic ‘Full height div when a footer is fixed position’ is closed to new replies.