How to design a horizontal menu when we click/open on it shows us drop down list using only html&css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20

How to design a horizontal menu when we click/open on it shows us drop down list using only html&css

2nd Feb 2018, 8:11 AM
Daniel Belay Akele
Daniel Belay Akele - avatar
2 Answers
+ 13
U can use position: relative, position: absolute; and hiding/displaying menu lists using display: block/inline-table; display: none; There is so many examples. Google it.
2nd Feb 2018, 11:49 PM
K137(){/**/};
K137(){/**/}; - avatar
+ 3
You can search it on w3school. There are useful examples there.
15th Jun 2019, 8:48 AM
Rozhan.mkm
Rozhan.mkm - avatar