0
I’m making a Fixed top navbar menu and I want this menu to accompany the scroll when you slide the page, but the navbar is overlapping the section just below that is the slider. I wanted to know how to leave it in position without overlapping the slider as well as slide along with the scroll.
O jsfiddle https://jsfiddle.net/fhvo7anz/
The sure thing is that all Fixed navbar really stay at the top of the page and above all elements, but you can overlay the navbar with the carousel itself. You can set property of
position: absolute;
and maybe even az-index
.– Lucas Henrique
But what I want is, for example: that the menu is in the select position, without overlapping the carousel and vice versa and when we slide the page this same menu follow the sliding being at the top.
– Anderson