Scroll-Down Menu with Auto-Nav

Permalink
Hi,

I got a page with 3 sections (content blocks). Then I got a menu (with auto-nav). The second page got a sub-menu. When the user clicks on the submenu link, the site should scroll down to that section (content block). Is that possible? May you tell me how?

Thanks!
Greetings

micrdy
 
cherrycake replied on at Permalink Reply
cherrycake
you have 2 pages total? one with three "sections" and one with a submenu but nothing else?

out of the box autonav will only navigate to actual pages in your site structure (which can also be external links of course). if you want the auto-nav to just scroll to different sections of the same page you'd have to introduce some javascript likehttp://flesler.com/jquery/scrollTo/... or use the primitive method of setting <a name="section2"> above each section and then using external links in your site structure with each section having a link like this /page-with-all-sections#section2