Is it possible to place an image in a <select>
dropdown list?
I tried the following piece of code
<select name="selection">
<option><img src="dbdesign.jpg" alt="NOIMAGE"/>list1</option>
<option><img src="dbdesign.jpg" alt="NOIMAGE"/>list2</option>
</select>
The output shows list1 and list2 but is not showing NOIMAGE, which is the alternative to src of image.