is it possible either by javascript or css to have an image in a option with a select box
<select>
<option><img src=‘1.jpg’> - Option 1</option>
</select>
doesnt work, are there any work arounds?
is it possible either by javascript or css to have an image in a option with a select box
<select>
<option><img src=‘1.jpg’> - Option 1</option>
</select>
doesnt work, are there any work arounds?
thanks
im just going to update this because the background image css doesnt work in IE,or Opera is there any other workaround?