G
Guest
when my mouse moves over a word a menu appears....if I don't select one of those links, how do I make my menu retract?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
because I did it quick. Script is pretty
There's 3 different ways to capture an eventin use then use different code fragments based upon theWow, that is a different view of browser dependence than any other web programmers I know. ;>)
To me browser dependant means that I have to detect the browser (sniffing)
browser, e.g., if(document.layers) or if(document.all)
are they? I only know of one, define the event handler onI'm curious, you said that there are three ways to capture an event, what
however.the object. There are numerous ways to define the handler on the object,
Hence my 3 methods comment.implementation. But it is not what you suggested, "... attach anBTW, I took a look at your experiment and it is an interesting
fires. If it's still inside the div do nothing - if it endsonmouseout to the div and detect where the mouse ends up when the event
you were going to compute the location of the mouse at theup outside the div hide it." Based upon this statement, I assumed that
time of the event.

Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.