How to hide drop down arrow in IE8 & IE9?

后端 未结 5 1268
小蘑菇
小蘑菇 2020-11-28 07:50

I used the CSS below to hide the drop down arrow in FF, safari, chrome and added my own image to customize.

select 
{
  -webkit-appearance:none;
  -moz-appea         


        
5条回答
  •  渐次进展
    2020-11-28 08:30

    The only way to accomplish this in older versions of IE is to wrap the

    提交评论

提交回复
热议问题