IE的css3外观属性 [英] css3 appearance property for IE

查看:137
本文介绍了IE的css3外观属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在IE的css3外观属性有问题。我需要它来隐藏选择菜单的箭头,但它只是不工作。我尝试了PIE.htc,ie-css3.htc和其他IE CSS3支持者,但没有一个工作与外观。请帮助我。

I have a problem with the css3 appearance property in IE. I need it to hide a select menu's arrow, but it's just not working. I tried PIE.htc, ie-css3.htc and other IE CSS3 supporters, but none of them work with appearance. Help me, please!

提前感谢!

推荐答案

.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;
}

注意:对于Chrome,Mozilla& IE 10工作正常。

Note : For Chrome, Mozilla & IE 10 Works fine.

这篇关于IE的css3外观属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆