图像在 IE 上显示为红色 x,在其他浏览器中显示正常

发布于 2024-12-01 16:05:56 字数 606 浏览 1 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

合约呢 2024-12-08 16:05:56

这些图像似乎使用的是 CKYK 配置文件而不是 RGB。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文