0
How to make a navbar that opens on scrolling.
I want to create a navbar that opens on scrolling an div element. Can someone help. Note: I am using spck editor so I can't share it.
2 ответов
+ 1
You can use onscroll event and do the DOM manipulation when user scrolls.
0
Raj Chhatrala I had tried it but it does not work