[jQuery] Re: jQuery PNG Fix

2007-05-21 Thread schnuck
thanks for this excellent plugin!

[jQuery] Re: jQuery PNG Fix

2007-05-21 Thread Kush Murod
Hi Devin, Good to hear, and thank you all for your help and support :) --Kush Devin Torres wrote, On 5/21/2007 10:15 PM: Kush, Go ahead and add Study Breaks Magazine (http://studybreaks.com/) to your site's using this plugin list. :-) It seems my original question spurred everyone into a

[jQuery] Re: jQuery PNG Fix

2007-05-20 Thread Glen Lipka
If you have a PNG-24 with some transparency on it. Then use $(img.png).fadeIn(slow) It will get this horrible black outline where the transparency in the PNG should be. I can try and create an example later today. Glen On 5/20/07, weepy [EMAIL PROTECTED] wrote: what exactly are the 'IE7'

[jQuery] Re: jQuery PNG Fix

2007-05-20 Thread Jörn Zaefferer
Kush Murod wrote: http://khurshid.com/jquery/iepnghack/ Your feedback is appreciated I've added your plugin to the list: http://docs.jquery.com/Plugins#jQuery_Extensions Feel free to change title and description, I'm sure you can come up with something better. I've added (pngfix/pnghack) to

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Devin Torres
Ah, yes, that seems like a really elegant solution. My problem was the massive amount of transparent PNGs my site was already using. Going back and applying a class to each image would be less counter-productive. I can see his implementation breaking in more ways than just traversing the DOM for

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Klaus Hartl
Devin Torres wrote: Ah, yes, that seems like a really elegant solution. My problem was the massive amount of transparent PNGs my site was already using. Going back and applying a class to each image would be less counter-productive. I can see his implementation breaking in more ways than just

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Jörn Zaefferer
Devin wrote: This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use the jQuery framework. I guess you haven't seen this yet: http://khurshid.com/jquery/iepnghack/ While I still don't like the method-names, I like that it is able to fix both img-elements and

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Toby
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: 19 May 2007 12:25 To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery PNG Fix Devin wrote: This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use the jQuery framework. I guess you haven't seen

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Toby
This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use the jQuery framework. Sorry forgot to mention nice1 adapting Bobs code, you noticed any performance increases? I've found using PNG techniques on more than a few IMG tags results in pages loading, then, images being

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Glen Lipka
! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: 19 May 2007 12:25 To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery PNG Fix Devin wrote: This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Devin Torres
I suppose a selector such as this is faster than injecting HTML, right? On 5/19/07, Klaus Hartl [EMAIL PROTECTED] wrote: Devin Torres wrote: Ah, yes, that seems like a really elegant solution. My problem was the massive amount of transparent PNGs my site was already using. Going back and

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Brandon Aaron
On 5/19/07, Glen Lipka [EMAIL PROTECTED] wrote: Ok, so is there a single jQuery plugin to include? Im starting to get confused. :) Do these fixes fix the problem in IE using FadeIn() where it becomes black? Glen No single best-of plugin yet and no these do not fix the IE7 issues. :/ There

[jQuery] Re: jQuery PNG Fix

2007-05-18 Thread Glen Lipka
Im using this one right now. http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ Glen On 5/18/07, Devin [EMAIL PROTECTED] wrote: This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use the jQuery framework. If anybody has any further recommendations