我在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 */ }
Run Code Online (Sandbox Code Playgroud) html css internet-explorer background-image internet-explorer-8