We could steal some code from Dojo, how much code do you think we would
need to add?
Should we settle with an on/off IE detection, or go deeper detecting
version and other browsers?
Doesn't Opera do silent document.all in the same way that Moz does?
No,
I just tried this quick test in the address bar:
javascript: alert( !!document.all
)
Mozilla -> false
Opera -> true
Best
regards
Mike