Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
p://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ Rey... Kush Murod wrote: Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better http://nemoweb.com.au/jquery

Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
thanks for million dollar feedback Klaus :) I've used Christof's code to come up with cleaner solution http://www.nemoweb.com.au/jquery/IEPNGHack/take3.html Klaus Hartl wrote: Kush Murod schrieb: Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would li

Re: [jQuery] IE PNG hack

2007-02-04 Thread Kush Murod
ck is appreciated --Kush Christof Donat wrote: Hi, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better Great idea. Generally you can set the filter for the img tag as well, you just need a fully transparent gif (or pn

Re: [jQuery] IE PNG hack

2007-02-04 Thread Christof Donat
Hi, Sorry, I forgot something: Without background: > jQuery.fn.IEPNGHack = function() { > if (!$.browser.msie) return this; > return this.each(function() { > [...] > }); > }; With background: > jQuery.fn.IEPNGHack = function() { > if (!$.browser.msie) retu

Re: [jQuery] IE PNG hack

2007-02-04 Thread Christof Donat
Hi, > I've wrote very simple JQuery IE PNG hack plugin. > Would like to know your professional opinion, to make it better Great idea. Generally you can set the filter for the img tag as well, you just need a fully transparent gif (or png) for the src. jQuery.fn.IEPNGHack

Re: [jQuery] IE PNG hack

2007-02-04 Thread Klaus Hartl
Kush Murod schrieb: > Hi guys, > > I've wrote very simple JQuery IE PNG hack plugin. > Would like to know your professional opinion, to make it better > > http://nemoweb.com.au/jquery/IEPNGHack/ > > Cheers, > Kush Instead of creating a $(this) object 9 (!) tim

Re: [jQuery] IE PNG hack

2007-02-03 Thread Rey Bango
ou're only working with a limited number of pngs, you can also consider Klaus Hartl's fix: http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ Rey... Kush Murod wrote: > Hi guys, > > I've wrote very simple JQuery IE PNG hack plugin. > Would like t

[jQuery] IE PNG hack

2007-02-03 Thread Kush Murod
Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better http://nemoweb.com.au/jquery/IEPNGHack/ Cheers, Kush ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/