Please Log In to save to favorites
TAGs
option, background, bg, icon, image, select


Versions
Add icon in select list (option)
Please note that this will only work in Firefox, but disabled gracefully from all other browsers.
      
    1.   <select>
    2.   <option>Topic</option>
    3.   <option style="background:url('/images/icons/famfam/silk/information.png') 0px 2px no-repeat; padding-top: 2px; padding-left: 18px; height: 20px;">Information</option>
    4.   </select>
Comments