小编Mkh*_*uda的帖子

IE 8中的坏像素背景图像

我在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

2
推荐指数
1
解决办法
483
查看次数