Author Topic: Disabling Drag and Drop  (Read 6945 times)

0 Members and 1 Guest are viewing this topic.

Offline BlueDolphinBabe

  • Pre-Newbie
  • Posts: 2
    • View Profile
Disabling Drag and Drop
« on: September 19, 2005, 03:27:51 PM »
How do i disable the drag and drop ?

TheOracle

  • Guest
Re: Disabling Drag and Drop
« Reply #1 on: September 19, 2005, 03:35:53 PM »
That is a very short question. Could you specify where exacly you'd like to disable this feature ?

In the mean time, could you post your URL ? Then, tell me the page you'd like to have this removed ?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Disabling Drag and Drop
« Reply #2 on: September 19, 2005, 03:36:25 PM »

Offline BlueDolphinBabe

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Disabling Drag and Drop
« Reply #3 on: September 19, 2005, 03:38:59 PM »
yeh thats ok is there noway of doin it without the pic disappearing?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Disabling Drag and Drop
« Reply #4 on: September 19, 2005, 03:46:32 PM »
you can put the image in to the background of a table...

TheOracle

  • Guest
Re: Disabling Drag and Drop
« Reply #5 on: September 19, 2005, 03:47:46 PM »
This could be discussed in the templates & styles section of the forum. ;)

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Disabling Drag and Drop
« Reply #6 on: September 19, 2005, 04:26:43 PM »
@ BlueDolphinBabe

in header.html use :

Code: [Select]
<BODY oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

TheOracle

  • Guest
Re: Disabling Drag and Drop
« Reply #7 on: September 19, 2005, 04:30:08 PM »
Wow, if this works, it will really be useful for other users. ;)

TheOracle

  • Guest
Re: Disabling Drag and Drop
« Reply #8 on: September 19, 2005, 04:36:15 PM »
Update:

If you do experience difficulties with the <BODY addition above, I just found an excellent documentation that will explain in details - alternative ways to accomplish your request from the following URL :

http://www.ditchnet.org/wp/2005/06/15/ajax-freakshow-drag-n-drop-events-2/

;)