Hello,
I have a problem with my megamenu in internet explorer:
when i hover over a menu (level 0),
the other menus (level 0 as well) are showing above the subnav
as if the z-index of the subnav is lower than those of the other menus in level0.
another thing i noticed (in IE as well), is that the subnav's z-index is already higher than its parent, so the overflow of the parent is hidden under the subnav:
so, in other words, here's what's happening in IE:
[z-index parent item in level 0] <
[z-index child subnav level 1] <
[z-index other items in level 0]
how to make the child subnav higher than most?
my capabilities in Firebug are leading me nowhere!
wouf!
thanks in advance for your help