Site logo

Archived topic

How do I make a nav bar like the one on scroll?

7 replies · Started by EJ on March 26, 2021

Viewing posts 1–8 of 8

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.

This archived topic is closed to new replies.