2
我在Internet Explorer 8和9上遇到了一個小問題,圖像結果與預期不符。像素質量非常差,但在其他瀏覽器,如鉻,歌劇和Firefox看起來非常好。
IE 8中的壞像素背景圖像
這是我的結果:
通過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 */ }
也許看看這個問題:http://stackoverflow.com/questions/4972818/ie-shows-black-border-around-png-when-faded-in – Joe
可能的重複[適合背景圖像div ](https://stackoverflow.com/questions/8200204/fit-background-image-to-div) – Mkhuda