I actually posted this over three months ago. I added a 1 x 1 pixel
tranparent gif the the images directory "blank.gif" and the following line
of code to DynLayer.js (line 155 of CVS)
if (is.ie55 && this.bgImage==null && this.html==null) s+='
background-image:url('+DynAPI.librarypath+'dynapi/images/common/blank.gif);'
;
Let me know if anyone thinks this may create problems.
Mike Ellis
-----Original Message-----
From: Roy Stahl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 19:56
To: '[EMAIL PROTECTED]'
Subject: [Dynapi-Dev] SSL error for IE 5.5
Found this line in the DynLayer.js
else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null)
dlyr.setBgImage('javascript:null');
This causes IE5.5 to slip out of SSL because no one owns the domain for
javascript:null
IE5.5 warns you that you have both secure and insecure items on the page.
I remove this line in two places in the dynlayers.js and it works fine.
Why was this there in the first place? What does IE5.5 do that would
require this?
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev