【发布时间】:2013-03-23 21:42:25
【问题描述】:
由于某种原因,我的背景大小在 IE 7&8 中不起作用。谁能告诉我为什么。同样在 IE 检查器中, background-size 属性也没有显示出来。
<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;
}
【问题讨论】:
-
background-size是 CSS3 属性,IE8- 不支持 => caniuse.com/background-img-opts -
好吧,我不知道为什么,但我想我在某处读到它确实适用于 IE7/8。好吧,我错了。此主题可能已关闭。
-
如果你想撤回问题,最好的办法是自己删除。
标签: internet-explorer css internet-explorer-8 internet-explorer-7