我在Internet Explorer 8 和 9上遇到了一个小问题,即图像结果与预期不符。像素质量很差,但在 chrome、opera 和 firefox 等其他浏览器中看起来非常好。
这是我的结果:
由 IE 渲染的图像看起来像一个圆圈上的分数,这是我的 CSS 代码:
.social-profiles ul li.facebook a {
background: url(img/flat-social-icons/32px/Facebook-32.png);
text-indent: -9999;
opacity: 0.4;
filter: alpha(opacity=40); /* msie */ }