Image In Select Box

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?

See this recent thread: http://www.sitepoint.com/forums/showthread.php?t=347300&highlight=option

thanks :slight_smile:

im just going to update this because the background image css doesnt work in IE,or Opera is there any other workaround?