How to remove the arrow from a select element in Firefox

后端 未结 30 1621
北恋
北恋 2020-11-22 15:58

I\'m trying to style a select element using CSS3. I\'m getting the results I desire in WebKit (Chrome / Safari), but Firefox isn\'t playing nicely (I\'m not ev

30条回答
  •  春和景丽
    2020-11-22 16:30

    You could increase the width of the box and move the arrow closer to the left of the arrow. this then allows you to cover the arrow with an empty white div.

    Have a look: http://jsbin.com/aniyu4/86/edit

提交回复
热议问题