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:[EMAIL PROTECTED]] 
Sent:   Friday, January 12, 2001 12:48 PM
To:     [EMAIL PROTECTED]
Subject:        RE: [Dynapi-Dev] Inline Layers

problem was only in latest Dynacore release. Fixed now, will upload new
version tomorow (I think).

Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Raible, Matt
> Verzonden: vrijdag 12 januari 2001 17:33
> Aan: [EMAIL PROTECTED]
> 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="Javascript" src="javascript/dynapi.js"></script>
>
> <script language="Javascript">
>
> DynAPI.setLibraryPath('javascript/lib/')
>
> DynAPI.include('dynacore.api.*')
> DynAPI.include('dynacore.ext.inline.js')
>
> DynAPI.onLoad=function() {
>
>       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="testlayer" STYLE="position: absolute">Testing inline
> layers</div>
>
> <br>
> <div id="layer2" STYLE="position: absolute">Testing inline
layers2</div>
> </body>
> </html>
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to