Menu

#136 fix for IE6 and bgImage null

open
nobody
5
2001-11-27
2001-11-27
Anonymous
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.