背景大小未设置为ie

时间:2013-05-02 04:35:09

标签: html css

仅为IE设置背景大小。图像显示其原始大小。有人帮我解决了吗?

CSS

.menu_icon {
    background: url(../icons/Contacts_normal.png);
    background-size: 22px 22px; 
    background-position: left top;
    background-repeat: no-repeat;
    color: #999;
    font-size: 16px;
    height: 25px;
    line-height: 25px; 
    margin: 10px;
    padding: 0 5px 0 30px;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

HTML

<div class="menu_icon ui-corner-all"></div>

1 个答案:

答案 0 :(得分:-3)

Internet Explorer 7不支持background-size。唯一的选择是使用<img>并将其放在内容后面的一些hax。

无论如何你应该使用IE7。您的计算机应该告诉您更新。