Hello everyone, so I had posted this in another thread but heard nothing so I decided to create a new thread. Can anyone tell me how to have the navbar appear as i pass a section in webflow similar to this site http://www.blastprocessor.co.uk I want to have a first section with links at the bottom and then a sticky navbar appear once that section is passed.
To do the data-spy="affix" and all those data attributes select the div element, go to settings and you’ll see the data attributes panel at the very bottom.
Hey everyone, so I found a way of doing this natively in webflow after watching the tutorial videos. Since it is basically a fixed header, the only issue is making it invisible on the first section. That can be done by putting it behind the top section using Z index. I did this on one of the templates by making the navbar fixed and setting its Z index to 1 and setting the top section’s z index to 2. This put the navbar behind the first section but on top of all others since they are set to none by default. Check it out:https://webflow.com/design/zindextest?preview=00133e4a495d801fbb8a8ad964e72465
Is there any issues of doing it this way that any more experienced coders can clue me in on?
What do you think about it? looks to work fine right?
any idea on how I could make those button move right like in this site: http://www.blastprocessor.co.uk/
I wanted to add a second interaction on the hero section affecting the navmenu but it doesnt seem possible as i have already one for the navbar to appear…