0
How to create a hamburger đ menu
I tried so many some methods involving JavaScript,some of which don't open and some which open and don't close. I need help of some sort.
1 Answer
+ 4
There are plenty of tutorials online with working code samples. First few hits:
https://www.w3schools.com/howto/howto_js_mobile_navbar.asp
https://dev.to/devggaurav/let-s-build-a-responsive-navbar-and-hamburger-menu-using-html-css-and-javascript-4gci
https://accessibility.mste.illinois.edu/demos/keyboard-accessible-hamburger-menu
Usually some javascript is involved, but I have also heard of pure CSS solutions.
Diagnosing your code bugs is obviously impossible, if you don't attach your code to your question.