#Image drop down menu

2 messages · Page 1 of 1 (latest)

formal oracle
#

So i needed to make a drop down menu but i wanten to change the default box to a picutre
instead that you could click but i have no idea on how to do it and was woundering if any of you could help ❤️

Thanks in advance

unborn cargo
#

I'm guessing you mean the HTML<select> tag? If so, it's a bunch of CSS and custom JS. You technically can modify the existing <select>, but at that point it'll be easier to wirte one from scratch (there's plenty of tutorials for that), or use some component library like Bootstrap