In dynalayer.js (from nightly 11/26/2001 - line 155)
changed line from:
if (is.ie55 && this.bgImage==null &&
this.html==null) s+=' background-image:url
('+DynAPI.librarypath+'dynapi/images/common/transparent
.gif);';
to:
if ((is.ie && !(is.ie4||is.ie5)) &&
this.bgImage==null && this.html==null) s+=' background-
image:url
('+DynAPI.librarypath+'dynapi/images/common/transparent
.gif);';
I changed the condition checking to something that
will not have to be changed the next time MS sends out
a new version of IE. If there is a better way to do
the check -- that would be great. Now fasttreenode.js
now works correctly under IE6.