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