没关系,工作正常.
在IE 10中,当我打开下拉列表时,我有黑色边框.
有没有办法降低那些或改变它们的颜色?
CSS
#contact #tabs #bord td select {
background: url("/static/img/down-arrow.png") no-repeat right #fff;
border:none;
padding: 0 5px;
overflow:hidden;
width: 120%;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
HTML / CMS模板
最佳答案
原文链接:https://www.f2er.com/html/426011.html
猜你在找的HTML相关文章