+ 2
How to add slid navigation for HTML?
4 Answers
+ 4
@MR Programmer
Yes, you're right.
I just done a side menu, check it put..
https://code.sololearn.com/WsoA0dqf1tQS/?ref=app
+ 1
⢠Create a side menu
⢠Set the menu width to 0
⢠Use Javascript to set menu width to certain percent upon press open menu button is pressed
⢠Use Javascript to set menu width to zero upon closed menu is pressed
⢠Use transition width in menu to create slide effect.
+ 1
code
+ 1
@calvin is correct if you want to build navigation menu you can use complete css or js.