Archived topic
How do I make a nav bar like the one on scroll?
7 replies · Started by EJ on March 26, 2021
Hi, how do I would like to build a navigation menu like the one here. https://www.homeadvisor.com/tloc/Los-Angeles-CA/Sewer-Main-Install-Replace-or-Repair/
I like how its a different navigation on the scroll. Is there a simple way to do it?
Hi there,
Just to confirm, you just want to show something like this on scroll?
https://www.screencast.com/t/40yqczP7DEOA
And that shouldn't appear in static mode?
Can you link me to your current setup?
I only see the username and password provided in the private info field.
That link isn't working for me.
Can you confirm?
Try this one, brutecontracting.com
Looks like you've already done it with the top bar and this CSS?
.top-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
}
I was hoping for the nav bar to change on scroll. Is that possible?
Hi there,
I was hoping for the nav bar to change on scroll. Is that possible?
Can you explain a bit more on how to you want it to change? Do you want the top bar to start hidden and then show up when you scroll down?
Let us know.