Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:39
Javascript issues : document.onmousemove
Poster: maitredede
Dated: Friday July 1 2005 - 9:21:29 BST
Hi
In my page, I have a small tooltip working with the document.onmousemove event. I have this :
Code:
document.onmousemove=moveTip;
When I take a look at the DOM inspector (firefox) I see that the onmousemove is something other, your menu functions.
What should I do to let my script work again ?
http://metm.no-ip.org:81/ (in the iframe)
Poster: Ruth
Dated: Saturday July 2 2005 - 6:43:36 BST
Are you talking about the little yellow box with text in it? If you are that is not a tool tip, that comes from the title= part of the aI string.
As for the document.onmousemove=moveTip, I'm sorry I don't know anything about that or how it functions. If it's supposed to move a tip, then I think you'd have to actually use some kind of tooltip.
Ruth
Poster: maitredede
Dated: Monday August 1 2005 - 15:57:11 BST
This function actually is moving a div box (named tip because it acts like a tooltip, but with custom html code in)
In the sample using I've found, the moveTip function is used on the document... I'll try to use other way to get the event...
Poster: maitredede
Dated: Monday August 1 2005 - 16:04:46 BST
It seems that I can get the event onmousemove only in the document object...
How can I do to have both menu and my own script working ?
(using menu v5.728)
Poster: maitredede
Dated: Tuesday August 2 2005 - 14:24:46 BST
I think I should put my document.onmousemove= at the bottom of my document, to make it work... I'll give a try...
Poster: maitredede
Dated: Tuesday August 2 2005 - 15:21:26 BST
Thread continued here : http://www.milonic.com/forum/viewtopic.php?p=30669