simoltaneous event

Hi guys! I have two elements overlaid, both of them with a mousIn event.
How i reach that their interact simoltaneous when I move the mouse in to the common surface?

Hey Adamo :raised_hand_with_fingers_splayed:

You can put the elements inside a container box, or group them together then create the event handler on the box or group, this way.

Thank you!
Yes it works when the elements are from the same typ.
But in my case does`nt work. I will enhance the built-in menu list!
I put icons in them and want that the cursor activate a mousover effect when its on the common area from menulist and icon.

You cannot do that with the menu since the menu has APIs on the entire menu, per title, I recommend using a repeater in this case.