Hi to all, I''m using an Effect.Appear on a div that have a PNG 24 (with alpha transparency). Works prefectly on all excecpt... IE6 that do not render alpha channel on PNGs. So I wrote a conditional comment to apply the propietary IE filter to load alpha adding filter: in a style tag. Well, during Effect.Appear, appear a black png background on the alpha. Have workarounds or tips to fix it? Thanks, Simone --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hey Simone, Simone Onofri a écrit :> I''m using an Effect.Appear on a div that have a PNG 24 (with alpha > transparency). Works prefectly on all excecpt... IE6 that do not > render alpha channel on PNGs. So I wrote a conditional comment to > apply the propietary IE filter to load alpha adding filter: in a style > tag. > > Well, during Effect.Appear, appear a black png background on the alpha. > > Have workarounds or tips to fix it?Check out the SVN: Thomas now transparently (ha ha) switches over to IE filters when working with opacity in IE6. This might (just might) fix your issue. -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On 11/26/06, Christophe Porteneuve <tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org> wrote:> > Hey Simone, > > Check out the SVN: Thomas now transparently (ha ha) switches over to IE > filters when working with opacity in IE6. This might (just might) fix > your issue. >Thanks Christophe, So using the SVN most problem where resolved but there are black area not in all alpha png channel but only on mixed zone (a shadow is rendered as png). So the Effect.Appear only works if I use the iepngfix.htc. If I insert the fileter as noral css, and not as a behavior, Effect.Appear not works. If I can help with more testing ask me! Thanks again, Simone --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---