This is a very novice question (I am mad I couldnt solve it). I have a problem due I an triggering an action everytime the mouse leaves a container, the problem now its I have children elements, and for some reason, when I move over a children element my action gets triggered.
I basically have something like this
<li>
<image>
<div>content</div>
</li>
I want when I enter to my li, its active and when i go out from it gets unactive, but i can enter and hover and all over my content, any idea how to do this?
I checked this but no results Prevent onmouseout when hovering child element of the parent absolute div WITHOUT jQuery
Thanks