Background image for multiple select box options

Hi I’ve problem with the below code. It working fine in mozilla but Not intenet explorer and chrome browsers. Anybody have an idea? :*(

<select multiple="multiple" id="product" size="5">
      
   <option value="83" style="background-image:url(1.gif); background-repeat:no-repeat; background-position:left; background-color:#FFFFFF; padding-left:50px; background-color:none;">Crystal Group</option>
                                          
      
</select>