Images are showing up as red x's on IE, shows up fine in other browsers

谁说胖子不能爱 提交于 2019-12-11 05:28:53

问题


Using IE8, when I view one of our webpages, some of the images aren't showing up and just show red X's with the alt text. The same page (copied the url) works just fine in Chrome and Firefox. Other users are experiencing this problem as well.

The thing is, when I initially viewed the page after someone let me know there was a problem, the images loaded fine, but a few minutes later they experienced the problem. If I view just the image as mysite/image.jpg it shows the red x as well and if I copy that url it loads fine in other browsers.

Also, if I save the image from Chrome to my desktop and try to open it in IE, I get a red X.

code (note: there are no spaces after the start of the tag,s I inserted them here so they would show up)


< a href="mysite/posters/view/4702838/">
    < img src="mysite/art/img/art_print_thumb/d142be1d2b72e676b731c09b67290c89.jpg" border="0" alt="All Because Two Peop...<span>All Because Two People Fell In Love</span>" />
    < /a>

回答1:


It seems as though those images were using the CKYK profile instead of RGB.



来源:https://stackoverflow.com/questions/7193350/images-are-showing-up-as-red-xs-on-ie-shows-up-fine-in-other-browsers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!