I have a DOM element that, when hovered over, should animate the opacity (to 1) of another DOM element. Because of the z order of things, I can't nest the second element, but I want the interaction such that as long as you over either DOM element, they should stay visible, but if you roll off either element, the second element should animate its opacity back to zero.
Anyone know how to do this?