+ 1
How to make dropdown menu with HTML and CSS only?
2 Respuestas
+ 1
Make a div with (menu title & items) using
li/a in it . set its height 30px which will be 300px on hover the div .
Set transition for height.8s
+ 2
This may help you:
https://www.w3schools.com/howto/howto_js_dropdown.asp