[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-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

[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 when

[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 transparency