Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Custom cursor during Drag-drop

Custom cursor during Drag-drop

Scheduled Pinned Locked Moved Web Development
tools
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mattias Olgerfelt
    wrote on last edited by
    #1

    Does anyone know if it is possible to have a custom cursor during drag and drop in IE. I have a some script-function-events asigned to an image object: Simalar to the following: function handleMouseMove(e) { if (!e) var e = window.event; var elm = e.srcElement; elm.dragDrop(); } function handleDragStart(e) { // doing some stuff... } function handleDraging(e) { // doing a lot of stuff // cursor is 'no-drop' don't want it to be. // can not use "window.event.returnValue = false;" beacuse other stuff will stop work then. } function handleDragEnd(e) { // Doing stuff. } So what I want is to asign an other cursor thatn the default 'no-drop' when draging the specified object (an image). Thanks! /Mattias

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups