位置绝对值与IE的z-index

Tom*_*mas 2 css internet-explorer positioning z-index internet-explorer-7

有人可以帮我解决这个问题吗?问题仅出在兼容模式下的IE中.我有位置绝对和z-index 99999999的菜单,但仍然隐藏菜单内容.请检查 :

http://www.tomasdostal.com/projects/modul16/draft2/?page=buildings

谢谢你的建议

thi*_*dot 5

我有绝对位置和z-index 99999999的菜单

你需要使用更高的 z-index!

 

 

..开玩笑.

兼容模式下的IE = IE7.

IE7已知错误z-index,请参阅:IE7 Z-Index问题 - 上下文菜单

在这个特定的实例中,一种解决方法是添加z-index: 1<div class="grid_3">菜单的父级.