如何在firefox中删除<select>下拉图标背景颜色</select>

时间:2014-09-02 10:27:13

标签: html css firefox

在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:'';
}

1 个答案:

答案 0 :(得分:0)

我认为您需要自定义dropdown。因此,请css使用custom dropdown。此链接将帮助您...... http://css-tricks.com/dropdown-default-styling/