chetFinster
Programmer
What I'm trying to do is create a better drag and drop.
Thus far I have the image moving with the mouse (image linked to clientX, Y), no big deal.
The problem is, using the IE ondragover, drageend, (or even onmouseup) events, the event doesn't register eith the target. It doesn't register the event as the mouse is actually OVER the DRAGGED IMAGE which are BOTH over the target image.
What I need is the target image to register the event of the dragenter/dragend when the mouse is let up while both it (the mouse) and the dragged image are over the target image.
I was hoping for some type of event being able to be passed to the "covered" image object.
Thanks in advance - learning alot in the process of losing my hair.
Thus far I have the image moving with the mouse (image linked to clientX, Y), no big deal.
The problem is, using the IE ondragover, drageend, (or even onmouseup) events, the event doesn't register eith the target. It doesn't register the event as the mouse is actually OVER the DRAGGED IMAGE which are BOTH over the target image.
What I need is the target image to register the event of the dragenter/dragend when the mouse is let up while both it (the mouse) and the dragged image are over the target image.
I was hoping for some type of event being able to be passed to the "covered" image object.
Thanks in advance - learning alot in the process of losing my hair.