Right. I It's for empty, transpaent layers (no color) I think. The problem was that using background:url(void(null)) (as one would normally do, and as we did) in a secure session causes the browser to throw dialog at the user about 'non secure' items in the secure document.
Removing the line tho, causes emtey,colorless layers to stop responding to click events in IE 5.5 on NT. I had used background:none and found that I could then again click and the layers and and did not see the dialog about 'non secure' crap. Somehow (don't quite recall) it was decided to use a tranparent gif. try changine url(whatever) to none and see if that's safe. ----- Original Message ----- From: "Colin Thompson" <[EMAIL PROTECTED]> To: "Doug Melvin" <[EMAIL PROTECTED]>; "Robert Rainwater" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 08, 2001 7:16 PM Subject: Re: [Dynapi-Dev] Question about getOuterHTML > I did that already... and with that line removed it works perfectly ok for > me. > > so I don't understand what it's doing. I can drag an empty inline layer with > no problems at all so why does getOuterHTML set a background image? It > really does impact on any kind of animation/movement whenever a widget > contains an empty layer (ie, most of them); > > Perhaps whatever it was fixing has been fixed elsewhere? and this is just > leftover code? > > ----- Original Message ----- > From: "Doug Melvin" <[EMAIL PROTECTED]> > > > I would try to test it, make some colored layers, make them draggable, and > > try to drag them. > > (in ie 5.5) > > > > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/ > _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/