W
wanwan
I'm trying to get the cursor changed to a hand whenever it stops in
the form, and have it changed back to default whenever the mouse
moves. So the common sense is to use the mousehover and mousemove
event.
The problem with using mousehover event is the event is triggered only
once after the mouse enters the form. I need mousehover to be
triggered whenever the mouse stops.
Is there a solution to the problem?
the form, and have it changed back to default whenever the mouse
moves. So the common sense is to use the mousehover and mousemove
event.
The problem with using mousehover event is the event is triggered only
once after the mouse enters the form. I need mousehover to be
triggered whenever the mouse stops.
Is there a solution to the problem?