我有一个选择的性别列表.
码:
<select> <option>male</option> <option>female</option> <option>others</option> </select>
我想在下拉列表中使用drop-down-icon.jpeg中的图像.
我想添加一个按钮代替下拉图标.
怎么做?
html css
css ×1
html ×1