javascript - Bootstrap Affixed nav bar w/ parallax scrolling problems -


essentially website has multiple parallax scrolling panels, picture embedded within div element, , splitting between 2 of panels, have navbar want affix top of screen... have completed navbar isn't on top layer , other divs on screen go on top of that, there "demo" or site can see actively happening. i'm not sure how either move rest of elements down without messing parallax or bringing z value of navbar above other elements... appreciated!

(i've had problem on other sites before i've created , i've never been able figure out)

my website (github.io) / demo

you can use css z-index property achieve you're looking for.

simply add high z-index property value navbar selector, follows

.affix {     // pre-existing properties     z-index: 999; } 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -