Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > dragging an image...

Reply
Thread Tools

dragging an image...

 
 
George Ziniewicz
Guest
Posts: n/a
 
      08-22-2003
..
I coded a javascript "Dragger" object that can drag html elements around,
currently used on a button, like in one of my sites slideshows, used to drag
the popup menu around.

When I try to apply it to an image, the image drags for a bit, then a
"Disallowed" icon appears on the cursor, it looks like the browser is
intercepting what it thinks is an image drag and drop operation. Wrapping
the image in a div makes no difference.

Is there something special I have to do to allow dragging an image
around, like perhaps handling the event from higher up in the tree? (I
only need an IE solution as it is for a webpage I am designing for a toddler
for inhouse use)

zin


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugger Dragging =?Utf-8?B?SmltIEhlYXZleQ==?= ASP .Net 0 08-15-2005 07:51 PM
Customize Dragging pixturesk@hotmail.com Firefox 2 07-13-2005 11:51 PM
dragging images =?Utf-8?B?Q2hyaXMgU3Rld2FydA==?= ASP .Net 6 05-12-2005 08:01 PM
Dragging buttons around Firefox toolbar area (observed) Splibbilla Firefox 0 04-09-2005 12:38 AM
Code example for transformation by mouse dragging Wolfgang Java 2 02-01-2004 01:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57