for some reason my image won't display in my select option.
<select>
<option><img src="img/pic1.png" style="height:16px;width:16px;margin-left:4px">Option 1</option>
<option><img src="img/pic1.png" style="height:16px;width:16px;margin-left:4px">Option 2</option>
<option><img src="img/pic1.png" style="height:16px;width:16px;margin-left:4px">Option 3</option>
</select>
(Code simplified to understand problem, however, there are no special CSS arguments etc. for the options)