简体   繁体   English

IE10随机图像渲染问题

[英]IE10 random image rendering issue

I have a website which displays fine on all browsers (even lower versions of IE than IE10). 我有一个网站,在所有浏览器上都可以正常显示(甚至比IE10都低的IE版本)。 But, on IE10, the images are having rendering issues like the screenshot attached below. 但是,在IE10上,图像存在渲染问题,如下面所附的屏幕快照。 If would have random colored bars on it at random times, but once refreshed it would be okay. 如果在随机的时间上有随机的彩色条,但是一旦刷新就可以了。 I don't have any Javascripts on the page, just the styling to display the images. 我页面上没有任何Javascript,只有显示图像的样式。 Any ideas? 有任何想法吗? I tried googling and on StackOverflow but no luck. 我尝试了谷歌搜索并在StackOverflow上运行,但是没有运气。 Do I need to put some sort of meta tags? 我需要放置某种元标记吗?

IE10影像未正确变红

Check about "Compatibility View" Option. 检查“兼容性视图”选项。

and why don't you try the edge meta tag? 为什么不尝试使用边缘元标记?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM