Shape 5

Joomla Templates => Business Look - November 07 - Club => : jelger October 24, 2008, 12:53:46 PM



: [solved] mainmenu behind header module
: jelger October 24, 2008, 12:53:46 PM
Hello,

It seems there's something wrong with the relationship between the mainmenu and the header position...  ???

I have installed the S5 Photo Expression (great module!) and published in the header position. No installation or configuration errors. Everything works fine, except the mainmenu. While hoovering, the childs are shown behind the Photo Expression (please see the attached file). It doesn't matter whether suckerfish is used or moo. Tested in Firefox, Opera and Safari. IE not tested. Running J1.5.7.

How can I fix this?

Thanks, Jelger


: Re: Weird: mainmenu behind header module
: jonahh October 28, 2008, 02:20:04 PM
Hello,

In your nomoo_suckerfish.css file at line 57 you'll see:

:
#navv ul li {
position:relative;
}

Change to:

:
#navv ul li {
position:relative;
z-index:3;
}

This should fix the problem for you.


: [SOLVED] mainmenu behind header module
: jelger October 29, 2008, 01:36:42 AM
Excellent! Problem solved!  :D

Thanks a lot, Jelger