我在我的应用程序中使用了背景属性的精灵图像。但是,当我在浏览器中看到我的页面时,例如ie10,ie9,图像太模糊了。我分析了更多的解决方案,但没有那么好。你能帮我解决这个问题。
<a href="http://tinypic.com?ref=2z5jbtg" target="_blank">
<img src="http://i44.tinypic.com/2z5jbtg.png" border="0" alt="">
</a>
a {width:28px;height:28px;display:block}
img {max-width:100%;max-height:100%;
image-rendering: -mox-crisp-edges;
-ms-interpolation-mode: bicubic
}
以上内容完全描述了我的问题。首先用铬打开它,然后在ie10或ie9打开它,这里使用的图像将是模糊的,并且在铬中很好。这是我的确切问题。