version 20073CLR20If a horizontal UltraWebMenu has it's WebMenuStyle set to anything other than WebStandard, the user must click on the top menu item in order to display the items. If the WebMenuStyle is set to WebStandard, hovering over the top menu item automatically displays the items. This behavior forces me to use the WebStandard WebMenuStyle, so now my XPSpacerImage does not display.
Questions:1. Is there a way for the XPClient WebMenuStyle to work like the WebStandard menu so that when the user's mouse hovers over the top menu item, the items below automatically display?2. Is there a way for the WebStandard menu to have the left-most area (where an image may or may not display) appear with a colored background, similar to the XPClient WebMenuStyle?
Note: after the user initially clicks a top menu item of an XPClient WebMenuStyle UltraWebMenu, the mouse hover works similar to a WebStandard WebMenuStyle UltraWebMenu (this is not the desired behavior).