Hi, everyone. I'm stuck with a pretty (seemingly) basic problem. I've created a Menu Navigation control that is oriented horizontally across the top of my Web Form. The Menu itself works fine - I can see all of the dynamic menu items no problem.
The problem is this... I've got some text elements (in a separate Label control) as part of my web page immediately below the menu. When I hover the mouse over the menu so that the dynamic menu items drop down, I can see the text drawn right over the menu (as if the menu is in the background and the Label control were in the foreground).
Is there any way of essentially moving the menu to the foreground instead? i.e. so that the underlying text is not visible when the dynamic menu items are being displayed?
I've tried for over an hour playing around with nearly every property I can think of but I'm clearly out of my league at this point.
Thanks very much in advance!
Luck