Forums

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

Home Forums CSS How to make header height change when scrolling Re: How to make header height change when scrolling

#122605
CarlRosell
Participant

if you check that engage.js with your debugger you will find a triggerpoint set to about 65px. and then a listener for scroll events. if the scroll is higher than the triggerpoint the css for the nav is changed.
hope i didnt confuse you too much!