I would really appreciate some help with some navigation functionality that I am trying to build.
The support team have tried to help but sadly Webflow doesn’t support this and I’ve yet to find a work around.
What I want to do is create a secondary nav bar that is lower down the page (see the image attached) to pin to the top of the page ONLY once you have scrolled down past it. Once scrolled into this content the nav bar is pinned and each relevant navigation item highlights and can be anchored to each part of the page.
This is an example of someone who has created this in code: See link
Hope that makes sense and thank you to anyone who can help
Is this what you’re talking about? Scroll and you’ll see the blue nav bar trigger another fixed nav bar. It’s two different bars with the same links, but the user will experience it as the same bar.
I’m not sure if this is what you’re looking for, but if it is, I’ll share my webflow link so you can see the structure and interactions.
Hi @ctotty, thank you so much for the example. That is exactly what I’m looking to do along with highlighting the section of the nav that you are in. Feel free to say no, but could you please share with me a version of the working file? I just need to see how you built the interactions.
Many thanks,
Harmesh
Basically, the lower menu has absolute positioning at the top of the section near the middle of the page. It triggers the sliding down of the fixed menu hiding underneath the main menu header. So be aware of z-index levels.
My element naming is not real obvious to anyone but me, so I hope you can figure it out by looking at the structure.
Nothing special. It was based on the position of the nav bar within the designer. In my case, I had a header section at 100% height and the nav bar below it… so you didn’t see the nav bar until you started scrolling and once the nav bar hit the top of the screen it stuck. I am tied up right now but I will try and post a read only to the site I did it with later.