Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.1 CE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M5
-
Component/s: UI, UI > Accessibility, UI > JavaScript & CSS, WCM > Navigation
-
Labels:None
-
Environment:Window 7 SP1 on AMD 64 with IE 8.0.7601
-
Similar Issues:
Description
Only on sites with type="portlet", the navigation menu closes unexplectly, while moving the mouse over it. Also other portlet components are shown above the menu (see attached screenshot)
Did a fresh reinstall of 6.1.1 GA2 with Jboss bundle and still have the same problem.

I had similar problems. After some research I found two reasons:
First, you can hook /html/themes/classic/css/custom.css and add "z-index: 201;" to #banner. This should solve this problem but after this I found more wrong styles in the portal.
The real reason for this issue (at least for me) is the default behaviour of IE8. It loads all intranet pages in compability mode. You can check the class at the html-tag. If it's "ie7" instead of "ie8" the page is loaded in compability mode. Then you need to change the settings for compability mode in IE8.
Hope this helps.