Can't get multi level menu working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can't get multi level menu working

Today i have been messing around with the below code but have run in to some issue. If you click the menu icon, the 'About' option i want to be able to click for more links so it would become a parent but no matter what i just cant seem to get it working, it always appears underneath. https://code.sololearn.com/WqqudyrGMBaj/?ref=app

31st Mar 2018, 8:46 PM
Memphis Reigns
Memphis Reigns - avatar
3 Answers
+ 3
So you want to open another dropdown menu under about option?
31st Mar 2018, 8:51 PM
Toni Isotalo
Toni Isotalo - avatar
+ 3
nest the 'about us' inside the <li></li> element of 'about'. this way 'about us' is visible when opening the main menu.
1st Apr 2018, 7:03 AM
wenz
wenz - avatar
+ 2
Sorry for not explaining but the About link when clicked needs to display a seperate submenu with 'About Us', 'FAQs', etc
31st Mar 2018, 9:01 PM
Memphis Reigns
Memphis Reigns - avatar