>
> For instance the use of the setInterval() to make "ready()" work
> semi-nicely with Safari, or when to use "filter" in IE to implement
> the standard "opacity" property. There's no way to quickly and easily
> detect when these should be applied except for detecting the browser.

Not true I think ... this little snippet for example should work

if (image.style.filter != null) { ... }

Andreas

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to