如何更改箭头在IE中的下拉列表框的颜色?

时间:2015-08-03 11:08:41

标签: css

如何在IE中更改此灰色框的背景颜色? enter image description here

我有这个css:

 .select-wrapper:after {
        content: "";
        background: rgba(19, 19, 19, 1) url('/Content/img/imgsprite.png') no-repeat;


        background-position: -144px -78px;
        width: 12px;
        height: 6px;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
    }

1 个答案:

答案 0 :(得分:1)

请尝试此css以及背景图片,

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