Home All Groups Group Topic Archive Search About

menu control question

Author
9 Feb 2006 4:44 PM
Mark
Hello,

I have a master page with a horizontal menu control which parts of disappear
when dropping down across content controls.  How do you get the menu control
to show no matter what it's dropping down over?

Thanks in advance!
Any help would be greatly appreciated.

Author
9 Feb 2006 11:31 PM
Justin Swan (MSFT)
Hi Mark,

Have you tried making sure that the horizontal menu control is in front of
the content control by either right clicking it in the designer and selecting
"bring to front" or programmatically calling me.menuControl.BringToFront()? 
Let me know if this helps.

Show quoteHide quote
"Mark" wrote:

> Hello,
>
> I have a master page with a horizontal menu control which parts of disappear
> when dropping down across content controls.  How do you get the menu control
> to show no matter what it's dropping down over?
>
> Thanks in advance!
> Any help would be greatly appreciated.