How to add image in drop-down list options using html and css only? [duplicate]

<select>
  <option style="background-image:url(image1.jpg);">option1</option> 
</select> 

Leave a Comment