I searched already and somehow I didn't find a matching question .. o.O
Now, i got two divs, "div 1" and the other one is hidden ("submenu"). Now if I hover over div 1, the submenu appears just next to the div, which is correct. But if I move my mouse to the submenu, it disappears.
It's because I got a hover trigger on div 1.
If I split in into mouson and mouseout, is it somehow possible to say 'submenu must be closed when mouseout, but ONLY if the cursor is not on the submenu'?
Thanks for help!
Flo