[jQuery] JCarousel, Transparent PNG and IE6
Hi,
I'm using JCarousel with transparent PNGs so I need to use a fix for
those images to show correctly in IE6. This fix is http://jquery.khurshid.com/ifixpng.php
I run $('img[@src$=.png]').ifixpng(); on $(document).ready(); and is
fine, but the problem appears when the PNGs are inside a carousel with
a gradient background. The images just don't appear on IE6.
I suppose I need to call $.ifixpng() when JCarousel is done arranging
the items but I can't find the appropiate callback for this.
Any help will be appreciated.
Regards,
Miguel