div onmouseout event help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have a div on my page that has controls on it. i trying to use the
onmouseout event and everytime i mouse over a control that's in the div the
event runs. is there a way around this? (to exclude the controls inside the
div as mouseout?

thanks,
rodchar
 
Hello rodchar,

Why not to make additional check inside onmouseevent to exclude desired control?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


r> hey all,
r> i have a div on my page that has controls on it. i trying to use the
r> onmouseout event and everytime i mouse over a control that's in the
r> div the
r> event runs. is there a way around this? (to exclude the controls
r> inside the
r> div as mouseout?
r> thanks,
r> rodchar
 
actually i discovered that there is a onmouseleave event that works the way i
expect.
thanks,
rod.
 
Back
Top