开发者

Superfish vertical dropdown menu z-index problem in ie7

I found many questions about this issue and i tried all of the solution i found (z-index to parent, relative position to parent, the corner plugin etc...), but nothing seems to help. Here is the demo:

http://visztpeter.me/Develop/index.html

开发者_运维问答

Works in all browser, except IE7. Any idea?


Ok, i found a solution:

aside nav li{
z-index:1;
}

aside nav li.sfHover {
z-index:2;
}

So basicly i just need to add more z-index to the list element that has dropdown menu inside.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜