html - IE10随机图像渲染问题

标签 html css internet-explorer internet-explorer-10 image-rendering

我有一个网站可以在所有浏览器上正常显示(甚至比 IE10 更低版本的 IE)。但是,在 IE10 上,图像存在渲染问题,如下面的屏幕截图所示。如果在随机时间上有随机的彩色条,但一旦刷新就没问题了。我在页面上没有任何 Javascripts,只有显示图像的样式。有任何想法吗?我尝试使用谷歌搜索和 StackOverflow,但没有成功。我需要放置某种元标记吗?

IE10 Image not redering properly

最佳答案

检查“兼容性 View ”选项。

为什么不试试边缘元标记呢?

<meta http-equiv="X-UA-Compatible" content="IE=edge">

关于html - IE10随机图像渲染问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25628318/

相关文章:

html - 将文本与不同行数的 css 对齐

javascript - 剑道指令不起作用

javascript - HTML 和 CSS : drop down menu wont work

html - Doctype 问题可能会弄乱 IE 中的行高和换行符

html - Joomla 2.5 : Center-alignment for four(4) custom html-boxes in Joomla

jquery - 如何将 php 邮件与动态输入值合并

CSS Div 定位内容

php - Joomla 3 使用 Wright - 如何找到 CSS?

internet-explorer - Windows 10 上使用 IE 的 Protractor 失败 - 错误代码 199

javascript - 如何在 IE8 中使用 XPath 访问 HTML 元素?