tags:

views:

84

answers:

2

Hi All,

I have a select list of gender

code:

<select>
<option>male</option>
<option>female</option>
<option>others</option>
</select>  

I want to use a image in drop down list as drop-down-icon.jpeg i want to add a button in place of drop down icon

how to use it

Thanks

+4  A: 
vartec
-1, this **only** works in Firefox and is unsupported by Chrome, Safari, Opera and IE. http://lab.artlung.com/form-image-background/
Andy E