图像在 IE 上显示为红色 x,在其他浏览器中显示正常
使用 IE8,当我查看我们的网页之一时,某些图像未显示,仅显示带有替代文本的红色 X。同一页面(复制网址)在 Chrome 和 Firefox 中运行良好。其他用户也遇到了这个问题。
问题是,当我在有人告诉我存在问题后最初查看该页面时,图像加载正常,但几分钟后他们遇到了问题。如果我只查看 mysite/image.jpg 图像,它也会显示红色 x,如果我复制该 url,它会在其他浏览器中正常加载。
另外,如果我将图像从 Chrome 保存到桌面并尝试在 IE 中打开它,我会得到一个红色的 X.
代码(注意:标签开头后没有空格,我将它们插入到此处,以便它们显示向上)
< 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>
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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些图像似乎使用的是 CKYK 配置文件而不是 RGB。
It seems as though those images were using the CKYK profile instead of RGB.