You just upgraded your site to DNN6, and now your dropdown menu's appear behind the content. (MinimalExtropy Skin).
SOLUTION:
- Goto: Portals >> _default >> Skins >> MinimalExtropy >> css
- Open menu.css in text editor or Visual Studio
- Search for the following line
- /* SUB Menu Normal */
.mainMenu tr.mi{
background-color:#F8FAFF;
z-index: 1000;
font-size: 11px;
font-weight:bold;
text-align:left;
color:#375162;
line-height:2em;
text-transform:none; - Change z-index: 1000; to z-index: 905;
- Save the file and restart your DNN website.
- /* SUB Menu Normal */
Senior Engineer Jessie
Comments