without jquery i need to find out if the mouse is over an element, not
determine when it becomes over (in case it doesn't move to trigger...
without jquery
basically what I am looking for is the ability to see if the mouse is over
a div when a countdown finishes
if the user is over the div then perform action for that div
onmouseover only triggers when the mouse crosses the threshold of the div,
if the mouse hasn't moved it wouldn't trigger, so that wouldn't work
I need to determine if the mouse is currently over a div at a specific
point in time, if it has moved or not from the starting point
all of my hunting has only found onmousover, and nothing to see if the
mouse just happens to be there to begin with
I don't have the javascript skills to determine overall coords of div,
then map mouse coords and see if it fits there... which is what I believe
I need to do
No comments:
Post a Comment