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

CommentFileSizeAuthor
submenu_bug_IE7.png9.88 KBlakyljuk

Comments

ajross’s picture

The 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?

ajross’s picture

Status: Active » Postponed (maintainer needs more info)
ajross’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed due to length of time with no response. Please post a new issue if you are still having problems with this.