仅在 IE 上无法在我的网站上加载图像
我刚刚为我的企业创建了一个网站 ( http://www.kalif.ca )。
当我在 IE 中加载网站(在我的具体情况下是 Win 7 上的 IE 8)时,在主页上加载的唯一图像是徽标。
任何有关可能发生的情况的见解将不胜感激。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来, getclicky 和crazyegg javascript正在减慢您的网站速度,但最突出的是您提供了URL的完整路径,例如 http://kalif.ca/media/images/excavator.png 和 http ://kalif.ca 无法正常工作,需要很长时间才能重定向到 www.kalif.ca 并显示图像。如果您坚持使用完整路径,请将其更新为 www.kalif.ca。
seems to me that getclicky and crazyegg javascript are slowing your site down but the main thing that sticks out is that you are giving your URL's full paths e.g. http://kalif.ca/media/images/excavator.png and the http://kalif.ca isn't working correctly and taking a long time to redirect to www.kalif.ca and thus show the image. If you insist on full paths please update them to www.kalif.ca.