I think that since user agent and version detection is merely deprecated at this point, it would be safe to use it to detect IE6 given this circumstance, if you absolutely need to. There is no way to tell, but by the time it is pulled out of jQuery, IE6 will be long gone (hopefully).
That being said, conditional comments would probably be the best way for a png fix, especially since it doesn't get executed at all in other browsers. I think that all developers should get together and intentionally block out all versions of IE. If we all do it, we can stop M$!! BTW, anyone see: http://saveie6.com? -- Fight the good fight, Trey On Apr 6, 11:18 am, RobG <rg...@iinet.net.au> wrote: > On Apr 5, 2:43 am, Joe <joseph.is...@gmail.com> wrote: > > > I'm all for migrating to the jQuery.support() utility method, but > > there is not definitive test available to detect IE6 specifically. Do > > we have a consensus on this yet? > > I think conditional comments are the best way to go, there are a > number of solutions. Don't try sniffing for IE using the UA string. > > <URL:http://groups.google.com/group/comp.lang.javascript/browse_frm/thread... > > > > -- > Rob