Actually it does work on inline layers. You just have to call findLayers every time you dynamically add a layer in HTML (via setHTML() ect.) I have a mod that will keep it from re-adding layers it had already found. I'll post it when I get to the office tomorrow. ----- Original Message ----- From: "Richard Bennett" <[EMAIL PROTECTED]> To: "Quang Nguyen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 7:37 PM Subject: Re: [Dynapi-Dev] (no subject)
If I understand you right, you're talking about the NS4 resize bug. (FAQ) We have a "fix" for this browser bug, but it doesn't as yet work for Dynimages, or inline layers, and on large pages it fails too. Basically this is a tricky issue that is hard to solve. Richard. ----- Original Message ----- From: "Quang Nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 12:31 AM Subject: [Dynapi-Dev] (no subject) > I was playing around the file > dynapi-2.5.6\dynapi\examples\dynapi.ext.inline.htm, when I realized that all > the layers get messup when I resized the browser Netscape� Communicator > 4.76. Not only the two original layers are gone, but 3 layers(one is red > even through I have never defined red color in the code) appear. After > checking on the documentation, the following code should have fix this bug, > but nothing new happen: > DynAPI.onResize = DynAPI.onLoad = function() > > > It seems this bug is within the following statement: > this.document.getAll()['layer1']) > > Does anyone have an idea? > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[email protected]/ > _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/ _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/
