Hi there,
great to have a submenu element which I am using with a one page design, however I wonder how i can achieve the following:
I’d like to have the submenu disappear when all the sub-menu elements are passed by scrolling down in a one pager.
actually the submenu appears when I scroll the one-pager till the sub menu element is passed as I scroll down, it would be great for it to disappear when all the elements are passed – right now it stays there till the end of the page…
hope I could explain.
any idea how to achieve that?
thanks in advance
Hey aovivo!
Can you please post login credentials here privately so we can see your page?
Regards,
Yigit
Hi!
You can set the z-index of all color sections below and the one on top of the “agenturen” section to 500 or more. Try this:
div#av_section_7, div#agenturen, div#agenturen + .avia-section {
position: relative;
z-index: 500;
}
This will hide the submenu when they passed the those sections.
Cheers!
Ismael