Can someone please help me with this problem i am having with my menu ? THe problem is only in IE in compatibility mode. I have the menu with position absolute and z-index 99999999 but still the menu is hidden behond the content. Please check :
http://www.tomasdostal.com/projects/modul16/draft2/?page=buildings
Thanks for any advice
You need to use an even higher
z-index
!..just kidding.
IE in compatibility mode = IE7.
IE7 has known bugs with
z-index
, see: IE7 Z-Index issue - Context MenuIn this specific instance, one way to fix it is to add
z-index: 1
to the<div class="grid_3">
that is a parent of your menu.Z-index only works with absolute positioning (the element is currently positioned relative to it's parent element). Add the following CSS to .menu_wrap.