Okay. The problem is now this: The children are wholly contained within individual divs encapsulated by parent, as follows:
<div>state
<div>child</div>
<div><child2></div>
</div>
When I mouseover a child, it is thinking it is just the contents of
parent. I need to restrict mouseover to children only, regardless of
the fact that they are encapsulated by parent.
I hope that makes sense.

