Search code examples
parallax

One Page parallax levels/layers


Not sure where to look for an answer, but here's my quest:

http://www.mobiliteitsvisie.nl/

On this site I've made a one page parallax, but when scrolling the main text moves underneath the menubar, but the headers (h3 & h4) seem to move over it... But where would I need to adjust this? In the .css or in the .js file? Thanks in advance!

Ruud


Solution

  • Since you're problem is with the style you need to make a change to the CSS.

    In your case you want to get the menu on top of all other objects. Just give the menu container a large z-index.