且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

选择删除下拉箭头

更新时间:2022-11-20 10:44:15

不需要hacks或溢出...有一个伪 - IE上的下拉箭头的元素...

no need for hacks or overflow... there's a pseudo-element for the dropdown arrow on IE...

select::-ms-expand {
    display: none;
}