Forum Moderators: open

Message Too Old, No Replies

Disable selecting

         

MartinWeb

6:18 pm on Apr 15, 2010 (gmt 0)

10+ Year Member



Hello. I have a page on my site in which users can drag and drop images. Yet, whenever they attempt this, they select the image. So, my question is this:

How can I make either the image or div tag un-selectable?

Thank you very much!

adni18

2:21 pm on Apr 17, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



experiment with BODY onmousemove, onselectstart, and onmousedown = "return false;"