Do not combine footers and infinite scrolling
31–40 of 129 posts
Re: Do not combine footers and infinite scrolling
#32Don't remember a specific instance, but I've seen this used in a couple of sites. Kind of mind numbing. Try to read the text or click on a link in the footer, and if you're lucky the request will be slow enough.
One site attempted to do it more intelligently, and the footer floated via z-index and pinned to the bottom of the window such that it was always visible despite the infinite scroll. Though they got it a little wrong and didn't account for the footer height in scroll calculations so if the content wasn't infinite so you could get to the end of the scroll, the last couple of lines were obscured by the footer. There must be quite a few ways to do this “properly” and smoothly (just thought of a couple right now, and I'm no front-end guy), assuming you consider automatic infinite scroll to ever be considered doing design “properly”.
Re: Do not combine footers and infinite scrolling
#33Re: Do not combine footers and infinite scrolling
#34Don't remember a specific instance, but I've seen this used in a couple of sites. Kind of mind numbing. Try to read the text or click on a link in the footer, and if you're lucky the request will be slow enough.
I've seen this a number of times, though I can't remember a recent example. One site attempted to do it more intelligently, and the footer floated via z-index and pinned to the bottom of the window such that it was always visible despite the infinite scroll. Though they got it a little wrong and didn't account for the footer height in scroll calculations so if the content wasn't infinite so you could get to the end o…
Re: Do not combine footers and infinite scrolling
#35Do not use infinite scrolling. Much simpler, much better.
Re: Do not combine footers and infinite scrolling
#36If you are wondering what his argument is, just don't.
Re: Do not combine footers and infinite scrolling
#37Don't remember a specific instance, but I've seen this used in a couple of sites. Kind of mind numbing. Try to read the text or click on a link in the footer, and if you're lucky the request will be slow enough.