Thanks all, this is the info I was looking for.

This is a great group....
-Geoff

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Weaver, Scott
Sent: Thursday, April 05, 2007 7:17 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Png fix for ie 6


Watch out for using scripting in IE styles to fix png transparencies.  I
tried this approach and it is inefficient to say the least, especially
if your images are involved in any type of effect on the page.  I caught
IE calling the style script 3 times for a single image in some cases.
Any time you change the image in the DOM (moving, hiding, etc) the style
script will fire off.  I would highly recommend Rey's second choice of
using a pure jQuery approach, that's what I did and it works great.

hth,
-scott

> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Rey Bango
> Sent: Thursday, April 05, 2007 10:05 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: Png fix for ie 6
> 
> 
> Here ya go bud:
> 
>
http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/
> and
> http://nemoweb.com.au/jquery/IEPNGHack/ (do a view source)
> 
> Rey...
> 
> Geoffrey Knutzen wrote:
> > Is there a jquery plugin for fixing .png images in IE 6?
> >
> > Thanks
> >
> > -Geoff
> >
> 
> --
> BrightLight Development, LLC.
> 954-775-1111 (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED]
> http://www.iambright.com

Reply via email to