Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE displays a 50% gray background for the DIV. As soon as the fade completes, the DIV is displayed properly. This makes for a lousy effect! In FF, everything is fine. Is there a better way to accomplish this effect? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
which IE? On Jan 21, 2008 2:50 PM, CG <cgamache-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Been googling trying to find a workaround, with no luck yet ... I hope > y''all can help. > > My goal is to have a semi-transparent background screen on a DIV which > will fade in and out over another DIV with a photo for a background. > > currently I have background-image: url(screen.png) which is a 32x32 > PNG24 filled with white at 35% opacity. The problem is that as the div > is fading-in, IE displays a 50% gray background for the DIV. As soon > as the fade completes, the DIV is displayed properly. This makes for a > lousy effect! In FF, everything is fine. > > Is there a better way to accomplish this effect? > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brian''s point is valid. IE6- does not support 24-bit transparency. On Jan 21, 2:50 pm, CG <cgama...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Been googling trying to find a workaround, with no luck yet ... I hope > y''all can help. > > My goal is to have a semi-transparent background screen on a DIV which > will fade in and out over another DIV with a photo for a background. > > currently I have background-image: url(screen.png) which is a 32x32 > PNG24 filled with white at 35% opacity. The problem is that as the div > is fading-in, IE displays a 50% gray background for the DIV. As soon > as the fade completes, the DIV is displayed properly. This makes for a > lousy effect! In FF, everything is fine. > > Is there a better way to accomplish this effect?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---