Closed (cannot reproduce)
Project:
Mix and Match
Version:
6.x-1.6
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 19:26 UTC
Updated:
4 Oct 2011 at 13:00 UTC
Hi. I am using your awesome theme in latest version. I tried loading in IE7 and there is a bug when hovering primary menu showing second level and third level isnt correctly displayed. Look at the screenshot. ie7 specific css is loading, but it is still there. Can this be fixed?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| submenu_bug_IE7.png | 9.88 KB | lakyljuk |
Comments
Comment #1
ajross commentedThe Fusion ie7 specific stylesheet (ie7-fixes.css, which is also used by this theme) has the following that is supposed to address the show-behind bug:
ul.sf-menu li,
.sf-menu li:hover {
z-index: 100;
}
You may have to play around with the z-index settings to get something that works. Try setting a z-index that is even higher for the second level menu. So maybe try setting ul.sf-menu li li to a z-index greater than 100?
Comment #2
ajross commentedComment #3
ajross commentedClosed due to length of time with no response. Please post a new issue if you are still having problems with this.