Does anyone know a fix for the IE bug when using transitioning PNG's using transparent background. We have tried loads and loads of "fixes" but none of them properly work on all IE browsers. Does one exist? Thanks.
pngfix.js for transparent png By the way: jQuery is not responsible for transitions... only CSS is responsible (in this case CSS3). IE and CSS3 = no go There is a jQuery plugin that handles transitions: http://stephband.info/using-jquery-to-manage-css-transitions I have not tested it.
Thank you, I looked at the program and downloaded it, saved the image, and it actually saves them as IE displays them when transitioning. Have you done this yourself? If so, could you expand a little further. Cheers. The Cycle Plug-in we used for the jQuery handles the fade-in and fade-out function. The CSS just displays the container which is transitioning. Unless I misunderstood what you were saying. Also we are not using CSS3 as of yet as it isn't fully supported yet. But no I get what your saying when IE + CSS3 don't mix. IE is so frustrating indeed. Thanks.
I use cycle on some sites, too. Explain the "transitioning" for me please, do you have an example online? Do you mean the black border while fading in/out in IE? There is no fix for that... at least I know no fix.
Yes the example I was refering to can be found here, http://tiny.cc/hullsigns . It's in the footer. Me and the other developer I work along side of have been discussing work arounds, but we try to stay away and always clean code, and where ever possible not do a bodge. Hopefully you know some more on the subject. Thanks.