I have a services page that I’m building and I want to have several different sections. Instead of having to scroll down the entire page (it will probably be quite long) to reach each section, I want to create a nav (or similar element that will give me the functionality) to jump from section to section.
However, I’d like the element to be situated below the first content section and become sticky once it reaches the top of the page. If this isn’t possible, I could deal with a floating sidebar or something similar to the content dock, but doesn’t have a close button and isn’t fixed to the bottom of the screen.
So far I haven’t bee able to make anything work the way I’d like, and I’m not sure where to go from here.