How can I set an initial mouse position? Right now I use onmousemove
, but sometimes only a fire occurs when the mouse is actually moved onmouseover
.
If I do not take the mouse, then I noticed the following:
It seems that a mousemove
event in IE is always the beginning of Firefox in Firefox In, never, and Chrome is quite weird if the script is full of online space, but if it is not loaded from my local disk.
Question because I want to hang stuff on the cursor and I want to hang it right from the start and for the first time I do not see it suddenly after the conversation.
If the solution is browser-specific, then my goal is to chrome.
If someone wants to explain me the strange mousemove
behavior, then this is my test:
PS: You do not have to lecture me about the use of internal HTML and download
, it is quick and dirty on purpose.
Comments
Post a Comment