这个问题已经在这里有一个答案:
- 如何使IE背景大小的工作? 8个回答
出于某种原因,我的背景大小不是在IE 7和8的工作。 谁能告诉我为什么。 另外,在IE检查,背景大小属性没有显示出来。
<a href="" class="twitter-custom-follow-button"></a>
.twitter-custom-follow-button {
float: left;
width: 96px;
height: 20px;
background: url(../img/slices/btns/twitter_follow.png);
background-size: 96px 20px;
background-repeat: no-repeat;
}