Just getting started...

I have several unordered lists on a page.  I want to add a class
'hilite' to an ordered list onmouseover and remove the class
onmouseout.

So far, so good.  My problem is that while the mouse is inside the
ordered list, an onmouseout event fires when the mouse moves over a
list item (but is still inside the ordered list).

What methods are available to detect this condition as I do not want
to removeClass('hilite') while I am in the ordered list but hovering
over a list item?

Thanks,

Sam

Reply via email to