« Showing total number of items in a view | Main | VirtualBox on Ubuntu 10.04 »
March 18, 2011
Dropdown menus hidden behind Panels Panes in Internet Explorer
Time to fix this issues. Navigation is severely inhibited because the menus navigation isn't accessible. This is either a CSS/theming (Marinelli) issue or a rendering (Panels) issues. Or, it could be something else altogether.
Related issues:
Nice Menu drop down disappearing behind nearby panel content in IE7+
Marinelli Drop-down issue with Panels on IE7
Menu hidden behind nice menu and panels in IE7
I ended up adding the following z-index line to layouts.css
#utilities {
padding: 5px; /* originally 0; */
margin: 0px auto;
width:970px; /* match page width */
height:25px;
position:relative;
z-index: 1000 !important;
}
Posted by kkwaiser at March 18, 2011 10:58 AM