何らかの理由で、背景サイズが 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;
}