Guest_imported
New member
- Jan 1, 1970
- 0
the page is located at: When you mouseover Menu 4, you get a sub menu. Then you get another menu for mouseover
"Overview of the Libraries".
I want to create a mouseout event that can only be triggered when the cursor is not over neither of the 3 places being: "Menu 4" itself, first level and second level of menus.
I coded something like this:
if (document.body.style.cursor == "default"
Is there a better way to detect mouseout in more than 1 layer at the same time? thanks.
"Overview of the Libraries".
I want to create a mouseout event that can only be triggered when the cursor is not over neither of the 3 places being: "Menu 4" itself, first level and second level of menus.
I coded something like this:
if (document.body.style.cursor == "default"
Is there a better way to detect mouseout in more than 1 layer at the same time? thanks.