Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我提供了一个小提琴:
http://jsfiddle.net/dCYdw/
这是一个可怕的例子,但可以看到问题。
.levelFive是问题所在。这应该在所有其他元素的前面,因为它的 az-index为 3,而其他元素的 2 和 1 向上。
.levelFive
z-index
.levelFive只是css的第146行,以防你找不到它。
你不应该穿上position: relative;和穿上你做的float: left;那样.internalMenu > ul > li, .levelThree > ul > liul.levelFivedivul.levelFour
position: relative;
float: left;
.internalMenu > ul > li, .levelThree > ul > li
ul.levelFive
div
ul.levelFour
见http://jsfiddle.net/dCYdw/12/