IE7 png 图像加载但出现“找不到图像”;红x
下面是问题的图片。
我尝试将文件夹权限更正为 755,尝试设置确切的路径,尝试删除所有样式,但没有任何效果。
背景 png 图像似乎加载得很好。
页面上有一些 Flash 元素(顶部和侧面导航)
任何帮助将不胜感激。提前致谢。
Below is an image of the problem.
I've tried correcting the folder permissions to 755, i've tried setting exact paths, i've tried removing all of my styles and nothing works.
Background png images seem to load fine.
There are some flash elements on the page (top and side nav)
Any help would be much appreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定没有某些脚本意外地将 IE6 的 png 修复应用于 IE7 吗?在这种情况下,它将插入一个
images/blank.gif
文件以使该区域在某些情况下“可点击”并补偿 png 的缺失。尽管它不应该针对 IE7,因为它本身就支持它。您可以使用开发人员工具或在您正在使用的文件中搜索任何“blank.gif”引用,然后将其放在那里或以某种方式禁用 png 修复功能。
Are you sure there isn't some script applying the png fix for IE6 to IE7 accidentally? In this case it would be inserting an
images/blank.gif
file to make the area "clickable" in certain cases and compensate for lack of png. Though it shouldn't target IE7 since it natively supports it.You can probably use the Developer Tools or search for any "blank.gif" references in the file(s) you're using and just throw it up there or somehow disable the png fixing thing.