我在IE中的css3外观属性有问题.我需要它来隐藏选择菜单的箭头,但它只是不起作用.我尝试了PIE.htc,ie-css3.htc和其他IE CSS3支持者,但它们都没有外观.请帮帮我!
提前致谢!
Rea*_*per 35
.listing select{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url("../images/select-bg.jpg") no-repeat scroll 0 0 transparent;
text-indent: 0.01px;
text-overflow: "";
}
.listing select::-ms-expand{
display: none;
}
Run Code Online (Sandbox Code Playgroud)
注意:对于Chrome,Mozilla和IE 10工作正常.