在Firefox中删除选择 - 选项标记下拉图标按钮背景颜色。
这是HTML代码
<select>
<option>test</option>
<option>test</option>
<option>test</option>
<option>test</option>
</select>
这是CSS代码
select {
-moz-appearance : none;
text-indent:0.01px;
text-overflow:'';
}
答案 0 :(得分:0)
我认为您需要自定义dropdown
。因此,请css
使用custom dropdown
。此链接将帮助您......
http://css-tricks.com/dropdown-default-styling/