From: Raible, M. <MR...@ED...> - 2001-01-12 22:04:41
|
I don't know if this is a bug or not, but when I drag and drop layers in the page below - after 4 or 5, IE will start to highlight entire words on top of the divs, and every-so-often, the div will stick to the mouse cursor, and I can drag the div without holding any mouse buttons down. How do I get it to NOT highlight the words on top of the divs? The words on each div are values that come from our database. http://raible.corp.edeploy.com/dynacore/highlight.html Thanks, Matt -----Original Message----- From: Pascal Bestebroer [mailto:pa...@dy...]=20 Sent: Friday, January 12, 2001 12:48 PM To: dyn...@li... Subject: RE: [Dynapi-Dev] Inline Layers problem was only in latest Dynacore release. Fixed now, will upload new version tomorow (I think). Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Raible, Matt > Verzonden: vrijdag 12 januari 2001 17:33 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] Inline Layers > > > I modified the inline layers code that came with the tutorial, but for > some reason, the following code does not work - any ideas? > > You can also view this file at > http://raible.corp.edeploy.com/edeploy_virtual/layers.html > > > <html> > <head> > <title>Inline layers</title> > > <script language=3D"Javascript" src=3D"javascript/dynapi.js"></script> > > <script language=3D"Javascript"> > > DynAPI.setLibraryPath('javascript/lib/') > > DynAPI.include('dynacore.api.*') > DynAPI.include('dynacore.ext.inline.js') > > DynAPI.onLoad=3Dfunction() { > > DynAPI.document.elements["testlayer"].setBgColor('#c0c0c0') > DynAPI.document.elements["testlayer"].setSize(60,60) > DynAPI.document.elements["testlayer"].moveTo(100,100) > > DynAPI.document.elements["layer2"].setBgColor('#c0c340') > DynAPI.document.elements["layer2"].setSize(180,60) > DynAPI.document.elements["layer2"].moveTo(200,100) > > } > > </script> > </head> > > <body> > <div id=3D"testlayer" STYLE=3D"position: absolute">Testing inline > layers</div> > > <br> > <div id=3D"layer2" STYLE=3D"position: absolute">Testing inline layers2</div> > </body> > </html> > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |