Voeg in enkele minuten lidmaatschappen toe aan uw Webflow-project.
Meer dan 200 gratis kloonbare Webflow componenten. Aanmelden is niet nodig.
Voeg in enkele minuten lidmaatschappen toe aan uw React-project.
How to build a sticky tabs menu which scrolls to the top on tab change (Webflow)
Ledenafschriften nodig
Les
Kloonbaar
Why/Use Cases
- Improve UX by automatically scrolling to the beginning of the tabbed content when switching between tabs.
Building a sticky tabs menu that scrolls to the top when changing tabs on a Webflow site
If you’ve got longer tabbed content on your page, you’ll naturally want the page to scroll back up to the beginning when users switch between tabs.
This guide will help you build a sticky tabs menu and add the scrolling functionality on your site.
To build a sticky tabs menu and add the scrolling functionality on your Webflow site, we’re going to use MemberScript #134 – Scroll to Top When Tab Changes. Follow the link to get the code you’ll need to add to your page and watch a video tutorial on how to set everything up.
Setting it up
Once you’ve created your tabbed content, all you need to do on the page itself is add the following attribute to the tab menu itself:
· ms-code-tab-scroll-top=”-25”
The value is the number of pixels above (negative value) or below (positive value) the tabs menu where the page will scroll to. This can be especially useful if you have a sticky nav menu on your site and don’t want the tabs menu hidden behind it, which is why we’re using 25px in our example.
If you set the value to 0, the page will scroll to exactly the beginning of the tabs menu.
Het laten werken
Now that you’ve got everything set up in Webflow, all you need to do is add the MemberScript #134 custom code to your page, before the closing body tag.
Conclusie
That’s everything, you can now go ahead and test the tabs on your live site.
Als u ons demoproject wilt gebruiken om u op weg te helpen, klikt u op de knop hieronder om het aan uw Webflow site toe te voegen.
Our demo can help you create a sticky tabs menu that automatically scrolls to the top of the tabbed content when users click on a tab.