无法在IE 10或更低版本中设置背景位置 [英] Can't set position of background in IE 10 or Less

查看:100
本文介绍了无法在IE 10或更低版本中设置背景位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的代码;你可以看到图像的描述。我尝试过很多东西但是徒劳无功。

Here is my code; you can see the image for description. I have tried many things but in vain.

我下拉的CSS:

.customSelect {
    background: url("../images/menu-arrow-down.png") no-repeat 170px center !important; 
    background-position: center center !important;
    width:250px;

    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 11px 5px 7px 5px;
    color: #393939;
    opacity:1;
    -moz-appearance: none;
    -webkit-appearance: none; 
    padding-right: 4.5em;
    background: linear-gradient(#F7F7F7, #F2F2F2) repeat scroll transparent;
    background: -webkit-gradient(linear, 0% 100%, from(#F7F7F7), to(#E2E2E2));
    background: linear-gradient(#F7F7F7, #f2f2f2 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#f2f2f2',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F7F7F7', EndColorStr='#f2f2f2')";
    border: none;
    z-index:0;
}


推荐答案

不确定你的问题是什么?

Not sure what your problem is ?

然而,如果在再融资标签上只有两个箭头而不是一个箭头,只需删除r9,标签对我有用...

However if its the two arrows instead of one when on the refinance tab just remove the r9, tab works for me...

所以删除

<span class="r9-dropdown-icon"></span>

我确定这不是你的追求,如果不是请更好地解释。

I'm sure this is not what your after, if not please explain in better.

这篇关于无法在IE 10或更低版本中设置背景位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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