second-line menu showing on top of megamenu's subnav

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Mon Oct 11, 2010 3:55 pm
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 :)
User avatar
Expert Boarder

teitbite
Tue Oct 12, 2010 1:24 pm
Hi

Have You tried to rise the z-index in /templates/gk_memovie/css/menu/mega.css line 70:

Code: Select all
.gk-megamenu .childcontent {
z-index:9999;
}
User avatar
Moderator

GK User
Tue Oct 12, 2010 2:06 pm
Hi
thanks for your reply :)

i changed it to 99999 where you said , but it's still not working :(
User avatar
Expert Boarder

GK User
Wed Oct 13, 2010 3:46 pm
anybody, please? :(
User avatar
Expert Boarder

teitbite
Thu Oct 14, 2010 2:00 pm
Hi

I'm really sorry but I feel defeated in this one ;/
User avatar
Moderator

GK User
Thu Oct 14, 2010 6:02 pm
:(
well i had to reorganize my menus to fit them in one line
thanks for helping anyway....
User avatar
Expert Boarder


cron