开发者

Superfish vertical dropdown menu z-index problem in ie7

开发者 https://www.devze.com 2023-03-03 09:51 出处:网络
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:

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

精彩评论

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