I have just implemented the UltraWebMenu control on our website. We have noticed when you roll over the menu it automatically brings the window to the forefront.
This causes problems when a user clicks on a link that causes a popup (for instace to vie pictures and/or videos) then the user moves his mouse to the new pop up window but he rolls over the UltraWebMenu control and this immediately "hides" the popup becuase it brings the parent Window with the UltraWenMenu control to the front.
Make sense? Is there a way to disable this? I sure hope so.....
Duh... I found the fix
FocusOnHover = false.
It is amazing what reading the documentation can accomplish. :)