jQuery fadeIn IE Png Issue when loading from external

Posted by Adam Stone on Stack Overflow See other posts from Stack Overflow or by Adam Stone
Published on 2009-11-27T10:43:19Z Indexed on 2010/03/20 15:41 UTC
Read the original article Hit count: 314

Filed under:
|
|
|

I am loading data from external html files within my domain into a div on my webpage using a load content method in jQuery. I take the div out of the new page whilst hiding the div in the current page by fading this out and fading the new one in. There is a png image in both of these divs and it is creating horrid black blobs in IE, works fine in other browsers but due to IEs inability to process multiple filters its making a mess.

I tried using the unit png fix to no avail, does anyone have any fixes or ideas to help keep my pngs looking nice during this transition?

i46.tinypic.com/t9dtvr.jpg this is a screenshot of the problem, cheers

also discovered that the png that is on the page originaly (before loading anything new) fades in and out perfectly using the unit png fix but stuff loading in and then back out from external files doesnt. Ive added the fix to those pages too but that doesnt work either.

© Stack Overflow or respective owner

Related posts about opacity

Related posts about png