Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help with complex absolute & relative positioning… Re: Need help with complex absolute & relative positioning…

#67932
meenainc
Member

Ashton, yes I did read how to make a sticky, but thanks for the sarcastic question. Instead of valid CSS I should have said, "settle for making a design change."

The sticky footer does not work like you suggest even when moved outside of the "wrapper" div as the "wrapper" div is not expanding in height for some reason. Using Inspect Element in FF when you scroll over the "wrapper" div, it only shows that it is as tall as the "header" div, even though every other div is inside of it.

My solution was to forgo the positioning and "float above" all together and make a minor design change. I still want to find a solution to this.