[jQuery] Re: Hide function in IE

2009-08-18 Thread Liam Potter
I'm not 100% sure, but the "fix" they used, seems to me to just be loading the png's into the "alpha image loader" natively, which is pretty damn poor if I'm correct. Jonathan Vanherpe (T & T NV) wrote: That sucks, I didn't know that. I was under the impression that they had fixed IE's png

[jQuery] Re: Hide function in IE

2009-08-18 Thread Jonathan Vanherpe (T & T NV)
That sucks, I didn't know that. I was under the impression that they had fixed IE's png support with IE7, but I guess it shouldn't surprise me their 'fix' is buggy. Jonathan Liam Potter wrote: Nope, all versions of IE cannot animate the opacity of a PNG without the "black artifact", regar

[jQuery] Re: Hide function in IE

2009-08-18 Thread Liam Potter
Nope, all versions of IE cannot animate the opacity of a PNG without the "black artifact", regardless of any hacks that are applied. It's really quite annoying. Jonathan Vanherpe (T & T NV) wrote: By IE, I think he means IE6. I haven't tested this, but I think IE7 and up can do this fine,

[jQuery] Re: Hide function in IE

2009-08-18 Thread Jonathan Vanherpe (T & T NV)
By IE, I think he means IE6. I haven't tested this, but I think IE7 and up can do this fine, as long as you make sure you're applying any png hacks you're using to IE6 only with conditional comments. I could be wrong on this, though. Jonathan pmni wrote: Thank you for the explain. On 18 A

[jQuery] Re: Hide function in IE

2009-08-18 Thread pmni
Thank you for the explain. On 18 Ago, 08:58, Liam Potter wrote: > IE cannot animate the opacity of a png with alpha transparency and there > is no solution to this. > > > > pmni wrote: > > Hi. > > I'm building a website, and use your framework to hide/show a div. > > This work, but in IE when cl

[jQuery] Re: Hide function in IE

2009-08-18 Thread Liam Potter
IE cannot animate the opacity of a png with alpha transparency and there is no solution to this. pmni wrote: Hi. I'm building a website, and use your framework to hide/show a div. This work, but in IE when click to hide/show the div, the background became black, instead to maintaine the image