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>