How can one make a drop-down element in a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can one make a drop-down element in a website

19th Jul 2019, 8:26 AM
sebby wekesa
sebby wekesa - avatar
6 Answers
+ 2
Thanks it can help
19th Jul 2019, 9:05 AM
sebby wekesa
sebby wekesa - avatar
+ 1
Do you have an example of what kind of drop-down you want? HTML only or HTML + JavaScript?
19th Jul 2019, 8:55 AM
m.b
m.b - avatar
0
Do you want a drag & drop (as per your tag) or a dropdown (as per your post title)?
19th Jul 2019, 8:37 AM
m.b
m.b - avatar
0
Drop-down
19th Jul 2019, 8:45 AM
sebby wekesa
sebby wekesa - avatar
0
Html and JavaScript
19th Jul 2019, 8:57 AM
sebby wekesa
sebby wekesa - avatar
0
An example of a hover dropdown menu: http://jsfiddle.net/hdesigns/mNyKE/ An example of a dropdown menu that you have to click on: https://www.w3schools.com/howto/howto_js_dropdown.asp Look at the sidebar on the left of the second link and you will see a ton of menu options you can generate on your website.
19th Jul 2019, 9:02 AM
m.b
m.b - avatar