简体   繁体   中英

IE7 png images loading but appearing with the 'image not found' red x

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. 替代文字

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM