Hi,

> Yes, but that does jQuery.browser.msie as well. If I want to exclude IE7
>   I perform the following check:

You can also test for '@_jscript_build' in a conditionally compiled block:

/[EMAIL PROTECTED]
     @if   (@_jscript_build < 8832) 
        document.execCommand("BackgroundImageCache", false, true);
   /[EMAIL PROTECTED]
@*/

Christof

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to