How do I create the CSS to make a navigation control on a master page show above all controls on a detail page?
I have an ASPX master page that contains a site master navigation control. When hovering over a link on the navigation control a sub menu of links pops up. On a detail page, I have a few divs. One of which acts like an edit control panel for the page. Whenever I access the navigation control’s submenu, it pops up behind the control panel on the detail page, as seen below.