just as it states. how do you disable the drag image. I have a floating panel and the drag image looks very bad. no-jquery please.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From MDN:
From this it would follow that to “turn off” the drag image you should just pass an empty (but visibile) element to
setDragImage. How about this:If an empty
<span>doesn’t work for some reason you could always use<img src="blank.png"/>whereblank.pngis a transparent 1-pixel PNG. Hope that helps!