gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

PNG transparency fix not working on dynamically added images #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just change an element's inner html or create an img element via dom and
give a "*-trans.png" filename to its src.

What is the expected output? What do you see instead?
I expect a transparent image but I see a background color instead of
transparency.

What version of the product are you using? On what operating system?
IE8.js, Beta 3, OS: Windows XP, IE 6

Original issue reported on code.google.com by madBYK on 4 Feb 2008 at 12:01

GoogleCodeExporter commented 9 years ago
IE7.js does not support DHTML without the inclusion of a separate module:
ie7-recalc.js. If you include this module and call document.recalc() after you 
make
changes to the DOM then it should work.

Original comment by dean.edw...@gmail.com on 4 Feb 2008 at 3:49