Click to See Complete Forum and Search --> : about dragging script cursors...


stephen1davis
04-19-2006, 03:21 PM
i have this script i made for IE in which you drag a thing around the screen with your mouse. it works great, but there's this irritating x-out cursor, you know, like when you try to drag an image where it can't go? any ideas how to get rid of it?

stephen1davis
04-19-2006, 03:36 PM
anyone?

stephen1davis
04-19-2006, 03:56 PM
plz?

stephen1davis
04-19-2006, 04:10 PM
i tried just resetting the cursor each time, but no luck.

hyperlisk
04-19-2006, 04:21 PM
It has barely been an hour since you started this thread and you have replied to it 3 times. Some people wait for days without trying to put their thread at the top of the list. That shows that you are quite impatient.

Anyway, try just setting style="cursor:default" on the image.

stephen1davis
04-19-2006, 04:24 PM
thanks, i tried that, but it didn't work. sorry if i seemed impatient. i just have a short time to be on here, then i have to go do other stuff, and i was hoping to get an answer today. sorry! :o

balloonbuffoon
04-19-2006, 10:59 PM
Hey Steve,
If you can't get that drag script that you have to work properly, you might consider using the one found here:
http://www.youngpup.net/2001/domdrag
Go to "Examples" on the right and there are a bunch of drag examples. This is the drag script I'm using on a project of mine.

Good Luck!
--Steve