- I want to
add an image
to each option of thedrop-down list
using HTML and CSS only.
Asked
Active
Viewed 619 times
-5

Falguni Panchal
- 8,873
- 3
- 27
- 33
-
A.k.a. how do I do the most basic research, by simply typing my question title into Google verbatim. – CBroe Mar 13 '18 at 09:08
1 Answers
0
<select>
<option style="background-image:url(image1.jpg);">option1</option>
</select>

Saranya Rajendran
- 689
- 8
- 19