Css Parallax Header And Sticky Navigation Mutually Exclusive? January 30, 2024 Post a Comment I'm working on a new HTML5 CSS3 template which features a parallax scrolling header, as well as sticky navigation menu and a scroll to top link. I've gotten the elements working iSolution 1: Updated:Change it from:header::before { position: absolute; } Copyto:header::before { position: fixed; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); } Copy-moz is for Mozilla; -webkit is for Chrome. Hope it should work. Share Post a Comment for "Css Parallax Header And Sticky Navigation Mutually Exclusive?"
Post a Comment for "Css Parallax Header And Sticky Navigation Mutually Exclusive?"