Well, maybe not, but I was taking a peek at the source code of TD Canada Trust's EasyWeb banking site and found the following snippet:
....
this.isIE55 = (this.isIE && this.fullVersion == 5.5);
this.isIE6x = (this.isIE && this.majorVersion == 6);
//mac crap
this.isIE4xMac = (this.isIE4x && this.isMac);
}
hehe, I suppose the only thing worse than Internet Explorer is Internet Explorer on an Apple computer.
For what it's worth, EasyWeb works great in Safari, no problems...