+ 20
How to design a horizontal menu when we click/open on it shows us drop down list using only html&css
2 Respuestas
+ 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.
+ 3
You can search it on w3school. There are useful examples there.