Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IE7 .png transparency bug on fadeIn and fadeOut
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chuck  
View profile  
 More options Aug 4 2008, 3:31 pm
From: Chuck <asdi...@gmail.com>
Date: Mon, 4 Aug 2008 12:31:23 -0700 (PDT)
Local: Mon, Aug 4 2008 3:31 pm
Subject: IE7 .png transparency bug on fadeIn and fadeOut
Hey all,

I've run across a bug and am wondering if others have found a
workaround or solution. I have an absolutely positioned div with a
background image that has .png alpha transparency.  Debugging has
isolated the issue to jQuery's fadein effect. It also errs with
animate({opacity}). It works fine before calling the animation.

A screenshot demonstrating it in Safari (left) and IE (right) post-
animation.

http://i36.tinypic.com/28krlh4.jpg

Has anyone run across this bug before? Are there any fixes or
workarounds?

Many thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kuralj  
View profile  
 More options Aug 4 2008, 7:05 pm
From: kuralj <opt...@gmail.com>
Date: Mon, 4 Aug 2008 16:05:33 -0700 (PDT)
Local: Mon, Aug 4 2008 7:05 pm
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
Hi,

I can't offer you a solution (unfortunately), but I can at least
clarify the problem for you a bit further:

This issue is not a jQuery issue as such, it is an IE7 filter issue
and is a known and documented problem with the way IE address things
like clear type (anti-aliased) text rendering and PNG opacity when
IE's in built filters are applied.

So, the good news (or is that bad news?) is that this isn't a jQuery
'bug', and the bad news (or is that just - more bad news?), is that
I'm not aware of any workaround for this.

More details from the IE developer team is available on the IE blog:
http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx

Specifically the excerpt below from that article:

"Certain filters may not behave as expected due to how filters are
implemented.  Filters work by rendering the content of their attached
element to their work surface and then modifying that surface before
compositing it to the output surface.  Because of this, alpha blending
of a transparent PNG with non-binary transparency may lead to
unexpected results.  For example, applying a BasicImage filter with an
opacity attribute to an IMG element with a transparent PNG will fill
the work surface with the transparent PNG alpha alpha blended with a
solid gray background.  The work surface will then be alpha blended at
the specified opacity level with whatever is under the filter."

Hope that helps a bit, and if you come up with a solid solution,
please share :)

Ian

On Aug 5, 5:31 am, Chuck <asdi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yereth  
View profile  
 More options Aug 7 2008, 5:24 am
From: Yereth <yer...@gmail.com>
Date: Thu, 7 Aug 2008 02:24:00 -0700 (PDT)
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
In other words: Internet Exploder sucks... and that sucks, as most
people are using it. ;_;

On Aug 5, 12:05 am, kuralj <opt...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
twistedtalon1995@comcast. net  
View profile  
 More options Aug 31 2008, 9:59 am
From: "twistedtalon1...@comcast.net" <twistedtalon1...@comcast.net>
Date: Sun, 31 Aug 2008 06:59:25 -0700 (PDT)
Local: Sun, Aug 31 2008 9:59 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
I have this problem also, but I have seen examples of what I am trying
to do that do work with transparency in IE7.

On this site click the contact link, no problems rendering in IE:
http://blog.karimzurita.com/
My test, click open box link: http://www.projectcrankwalk.com/jquerybox/test.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
twistedtalon1995@comcast. net  
View profile  
 More options Aug 31 2008, 10:03 am
From: "twistedtalon1...@comcast.net" <twistedtalon1...@comcast.net>
Date: Sun, 31 Aug 2008 07:03:52 -0700 (PDT)
Local: Sun, Aug 31 2008 10:03 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
I guess the solution is to use the show() function and not fade.
show("slow") produces the same black background.

On Aug 7, 5:24 am, Yereth <yer...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik  
View profile  
 More options Sep 1 2008, 3:09 am
From: Erik <erik.johans...@gmail.com>
Date: Mon, 1 Sep 2008 00:09:27 -0700 (PDT)
Local: Mon, Sep 1 2008 3:09 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
What you need to do is put the png in a container element and fade the
container instead.
http://community.livejournal.com/webdev/466959.html

/erik

On Aug 31, 11:03 pm, "twistedtalon1...@comcast.net"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik  
View profile  
 More options Sep 1 2008, 2:56 am
From: Erik <erik.johans...@gmail.com>
Date: Sun, 31 Aug 2008 23:56:59 -0700 (PDT)
Local: Mon, Sep 1 2008 2:56 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
What you need to do is put the png in a container element and fade the
container instead.
http://community.livejournal.com/webdev/466959.html

/erik

On Aug 31, 11:03 pm, "twistedtalon1...@comcast.net"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BMCouto  
View profile  
 More options Sep 10 2008, 1:56 pm
From: BMCouto <BMCo...@gmail.com>
Date: Wed, 10 Sep 2008 10:56:00 -0700 (PDT)
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
Hi,
Have you found a solution for this? I'm having the same problem with a
crossfade between two images...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dev_Dev_Dev  
View profile  
 More options Sep 22 2008, 3:14 pm
From: Dev_Dev_Dev <rmarz...@gmail.com>
Date: Mon, 22 Sep 2008 12:14:47 -0700 (PDT)
Local: Mon, Sep 22 2008 3:14 pm
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
he's not doing a fade...

On Aug 31, 6:59 am, "twistedtalon1...@comcast.net"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webevday  
View profile  
 More options Sep 24 2008, 10:04 am
From: webevday <webev...@googlemail.com>
Date: Wed, 24 Sep 2008 07:04:14 -0700 (PDT)
Local: Wed, Sep 24 2008 10:04 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut

Did you ever find a workaround to this problem. I have discovered the
same issue. I have a png which is a background image for an
information balloon div, which I prefer to fade in and out rather than
appear totally abruptly. Kinder on the eyes. The partially transparent
area of the png appears in black in IE7 and solid white in Chrome.

My current workaround is just a gif image instead, for IE and Chrome,
done by php. I did attempt some limited partial transparency on this,
by putting in by hand some transparent pixels into the area I would
have preferred to be partially transparent. This only works because
the partially transparent area is white (a shadow) and the page
background is also white.

Best wishes

Tony


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chovy  
View profile  
 More options Oct 1 2008, 2:37 am
From: chovy <ettin...@gmail.com>
Date: Tue, 30 Sep 2008 23:37:04 -0700 (PDT)
Local: Wed, Oct 1 2008 2:37 am
Subject: Re: IE7 .png transparency bug on fadeIn and fadeOut
I am having the same issue in Firefox 2.0.x

I get the fade effect, but it does wierd things to the entire page
(menu rollovers are slightly grayed out).

I see the same thing in the test case too, so I'm sure it is not only
my fadeIn usage:
Mine: http://directoryofdirectories.info/
Other poster's: http://www.projectcrankwalk.com/jquerybox/test.htm

It is subtle, but pronounced -- as if the entire <body> element is
fading in.

On Aug 4, 4:05 pm, kuralj <opt...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »