>From what I've heard it's a known problem with IE. You can have PNGs with alpha transparency in them, and you can have images that you use a filter (opacity in this case) on, but not both at the same time.
Karl Rudd On Tue, Aug 19, 2008 at 1:17 AM, Adam <[EMAIL PROTECTED]> wrote: > > I have a current implementation of Jqueryfordesigners.com's tutorial > on how to accomplish Panic's Coda site popup bubble. The background of > the div that animates position and opacity from 0 to 1 is a PNG with > alpha. Despite its support for PNG, the effect doesnt work in IE7- the > full transparency is never loaded. The workaround was to load an > alternative transparent GIF for IE 6 and 7, but Ive taken that out on > this test link for sake of viewing the phenom. A poster on another > board suggested that the animating function never stops processing, so > that IE7 never loads the final alpha channel. Anyone have any ideas? > > http://viewwestaspen.com/test.html >