Sorry, that was a copy/paste of some of my code. dragImage is a JS
Image object I load elsewhere in code. You can remove the whole
setDragImage line to make the dragged element be itself instead of
some abstract representation like I use.
Justin
On Oct 17, 2006, at 4:14 PM, Eric wrote:
Eric wrote:
Can you go into a bit more detail about where 'dragImage' came
from in:
dragStart = function () {
event.dataTransfer.setData("text/plain", "foo");
event.dataTransfer.effectAllowed = "copy";
event.dataTransfer.setDragImage(dragImage, 16, 15);
}
for a working test...just drag the text to a text editor.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden