1.非IE下的样式
div {
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
}
2.IE下样式
select::-ms-expand {
display:none;
}
div {
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
}
select::-ms-expand {
display:none;
}
本文标题:取消下拉框右侧三角的默认样式
本文链接:https://www.haomeiwen.com/subject/jseslttx.html
网友评论