Re: IE6 PNG transparency fixes for CSS images

2009-05-26 Thread OffTheWall
I believe at IE6 does not support PNG transparencies. When we converted the PNG to GIF format, it worked. On May 21, 9:19 pm, mrpantsuit wrote: > I can't seem to get any of the IE6 PNG transparency fixes > (SuperSleight, > unitpngfix,http://www.komodomedia.com/blog/2007/11/css-png-image-fix-fo

Re: IE6 PNG transparency fixes for CSS images

2009-05-25 Thread Kevin Wong
CSS hacks? Ick. But I guess if it's Google they know what they're doing... On May 25, 12:28 pm, Thomas Broyer wrote: > On 22 mai, 05:19, mrpantsuit wrote: > > > I can't seem to get any of the IE6 PNG transparency fixes > > (SuperSleight, > > unitpngfix,http://www.komodomedia.com/blog/2007/11

Re: IE6 PNG transparency fixes for CSS images

2009-05-25 Thread Thomas Broyer
On 22 mai, 05:19, mrpantsuit wrote: > I can't seem to get any of the IE6 PNG transparency fixes > (SuperSleight, > unitpngfix,http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/) > working in my GWT app. > > (Note that my PNGs are specified in my CSS, so solutions like PNGImage >

Re: IE6 PNG transparency fixes for CSS images

2009-05-25 Thread Kevin Wong
Thanks. No, I couldn't seem to get iepngfix to work either. I must've been doing something wrong. ImageBundles are not an option, as the images are specified in the CSS. I got a solution working where I use a IE6 specific CSS file that references GIF versions of my PNGs, and apply it like so:

Re: IE6 PNG transparency fixes for CSS images

2009-05-25 Thread twdarkflame
Not the ones you mention, but if you use Image-Bundles, I believe GWT deals with the problem itself. Aside from that have you tried http://www.twinhelix.com/css/iepngfix/ ? Because thats what I was using before and it worked just fine with GWT. On May 22, 5:19 am, mrpantsuit wrote: > I can't se

IE6 PNG transparency fixes for CSS images

2009-05-21 Thread mrpantsuit
I can't seem to get any of the IE6 PNG transparency fixes (SuperSleight, unitpngfix, http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/) working in my GWT app. (Note that my PNGs are specified in my CSS, so solutions like PNGImage won't help.) Has anyone gotten any of these worki