Forums

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

Home Forums CSS [Solved] Twitter profile mobile navbar style (Late 2015) Reply To: [Solved] Twitter profile mobile navbar style (Late 2015)

#235518
mhodges44
Participant

In your codepen, you have a traditional sticky navbar, which is what I originally thought to use as well, but after watching that gif about 50 times, I realized that the header is not actually scrolling, it is simply shrinking in size and the background image is snapped to the bottom, so it gives it the appearance of scrolling, but the header is “position: fixed” the entire time. Here is a codepen to demonstrate at least one way to get this to work (and how I think they did it).

http://codepen.io/mhodges44/pen/mVbJVM

Hope this helps!