#Image drop down menu
2 messages · Page 1 of 1 (latest)
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