Patches item #486152, was opened at 2001-11-27 11:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=305757&aid=486152&group_id=5757
Category: DynAPI 2 Layer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: fix for IE6 and bgImage null Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=305757&aid=486152&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/