Trying to explain a unique concept here. I want a nav bar fixed in the position of top:100vh, so that as I scroll down and reach the next section, the navbar sticks at the top rather than staying stuck at the beginning with position:fixed top:0. The aim is to have it stick at the position between 100vh - 110vh.
A visual representation is included for better understanding. With a viewable area limited to 100vh, scrolling showcases subsequent sections from 100vh onwards.
Additionally, I seek to implement an "active" class on the navbar based on the current page section. For instance, when hovering over the About section, the corresponding link in the navbar should display the "active" class.
Hoping my explanation is clear enough. Apologies if it's confusing.
Appreciate your assistance in advance.