I've assigned an onmouseover event to my html body. However, I only want it to fire once, when the mouse enters the body.
Instead, it's firing repeatedly, whenever I move my mouse in the body, even if the mouse never left the body.
Is there a way to prevent these misfires?
Thanks