Click to See Complete Forum and Search --> : text box following mouse


pelegk1
12-31-2003, 02:55 AM
i want to make like a drag of a text box by the mouse
how do i do it?
thanks in advance

peleg

TheBearMay
12-31-2003, 06:29 AM
You'd have to define the textbox inside it's own DIV, and then trap the mouse events to move the DIV. I'll see if I can find an example...

pelegk1
12-31-2003, 07:09 AM
that will be great

TheBearMay
12-31-2003, 09:45 AM
Try this. The code actually is acting on the <img> inside of the DIV, but as a result moves the textbox.

pelegk1
01-01-2004, 12:18 AM
thanks alot just what i was looking for