0

Can I do something like this in html forms?

<select name="carlist" form="carform">
  <option value="volvo"><img src="volvo.png"></option>
  <option value="saab"><img src="saab.png"></option>
</select>
Mateusz
  • 323
  • 2
  • 11
  • 23
  • No. `select` elements don't work that way. There are JavaScript libraries and plugins which will allow you to create richer elements which populate a hidden `select` element, I'm sure. – David Jun 17 '15 at 19:32
  • Look at this http://stackoverflow.com/questions/9508029/dropdown-select-with-images – rageit Jun 17 '15 at 19:35

0 Answers0