Q: Why is only one part of the image incomplete when DD_belatedPNG is used on some pages?
Method: Find the following code:
El. vml. image. fill. type = 'tile ';
Changed:
El. vml. image. fill. type = 'framework ';
Cause:For example, some images (in png format) are originally 100px × 100px. If you want to use the style or label attribute to scale it to 50px long width, the image will not be scaled in IE6, instead, the image is cut and only the 50px length and width in the upper left corner of the image are displayed. The other part is hidden and not mandatory. It seems to be related to the image loading speed. If it is slow, it is easy to appear. It is said that this BUG has been solved in the new version, but I have tried it and solved it, but it has caused other problems, that is, when the div structure is frequently switched, do not switch the div that may be out of style. Therefore, you need to be cautious when modifying or upgrading.
Tips: 1, from: http://blog.sina.com.cn/s/blog_51ee8d4b0100yx3p.html
2, source package download: http://files.cnblogs.com/waitingbar/DD_belatedPNG.rar