[jQuery] Re: fade png24 images in IE7

2007-11-21 Thread polyrhythmic
CORRECTION: *not so well known [bug where] IMG elements... On Nov 21, 1:10 pm, polyrhythmic <[EMAIL PROTECTED]> wrote: > This is the not-so-well-known IMG elements with a 24-bit PNG with > transparency (in IE7) or with AlphaImageLoader applied (IE6 & 7) turn > the transparency into indexed color

[jQuery] Re: fade png24 images in IE7

2007-11-21 Thread polyrhythmic
This is the not-so-well-known IMG elements with a 24-bit PNG with transparency (in IE7) or with AlphaImageLoader applied (IE6 & 7) turn the transparency into indexed color when the Alpha filter is applied, directly to the element or to the parent element. The workaround is to turn the IMG into an

[jQuery] Re: fade png24 images in IE7

2007-11-21 Thread Melzmann
Hi I have found a solution for my Problem! You must use the alphaImage filter from Microsoft Use that Code in your CSS Style: filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='your.png'); I thought the problem is since the IE7 arrives history, but it doesn´t

[jQuery] Re: fade png24 images in IE7

2007-10-26 Thread Gordon
I don't think there is much you can do about this I'm afraid, even with the improvements made for IE7 the browser's PNG transparency code is still buggy. On Oct 25, 4:35 pm, Melzmann <[EMAIL PROTECTED]> wrote: > Hi there, > at first I must to excuse for my bad english... I come from Germany. > I

[jQuery] Re: fade png24 images in IE7

2007-10-25 Thread Glen Lipka
I have had the same problem. :( On 10/25/07, Melzmann <[EMAIL PROTECTED]> wrote: > > > Hi there, > at first I must to excuse for my bad english... I come from Germany. > I have Problems with fading png24 images in IE7 with the methods > fadeIn() and fadeOut(). The scopes where the image is transpa