Mega menu is showing behind lightbox

GK User
Wed Aug 31, 2011 8:54 am
I guess this is easy to solve, but how can I hide mega menu (or Dropline, SplitMenu) under the lightbox popup?

Now, when the lightbox popup is created, the megamenu can be seen underneath the popup and also used through the popup.

I know I should somehow modify the z-index, but don't know how in this case.
User avatar
Fresh Boarder

GK User
Wed Aug 31, 2011 10:02 am
I had the same problems with youtube and rokbox images. Images was always behind. Now i have to add to every youtube code parameter: wmode="transpaprent". Maybe this could help in some way.
User avatar
Senior Boarder

GK User
Wed Aug 31, 2011 11:25 am
I dont'k know, if that is a solution for me, though..:dry: I think one solution would be assigning menu just for certain pages, but is that possible..? In default, the menu is showing on every page whether it's published or not from the modules.
User avatar
Fresh Boarder

GK User
Wed Aug 31, 2011 3:21 pm
I changed the following line in the gk_stuff.css:

Code: Select all
#gk-nav { height: 46px; line-height: 46px; position: relative; z-index: 100000; }


to

Code: Select all
#gk-nav { height: 46px; line-height: 46px; position: relative; z-index: 100; }


Hope that works for you...

Greetings,
Stephanie
User avatar
Senior Boarder

GK User
Fri Sep 02, 2011 5:59 pm
Yes, that did the trick!! Great!!
User avatar
Fresh Boarder

GK User
Tue Dec 20, 2011 7:52 pm
I also have a problem with the top menu showing infront of lightboxs. I've tried changing the z-index without any luck, it shows up correctly in IE but not in firefox 3.6.7. Any solution to this?
User avatar
Senior Boarder

GK User
Thu Dec 22, 2011 5:34 pm
Please any help on this issue :(
User avatar
Senior Boarder

Konrad M
Fri Dec 23, 2011 10:57 am
Hi
obyfield can you give me url to your site ?
User avatar

GK User
Mon Jan 02, 2012 5:26 pm
It's ok now,got the solution in another thread. Thanks.
User avatar
Senior Boarder

GK User
Mon Apr 23, 2012 4:43 pm
Hi,

I have the same problem. My submenu is showing behind the header position only on Internet Explorer 8.
All is ok on firefox or Google Chrome.

Can you help me to fix this problem. Thanks.
User avatar
Expert Boarder

GK User
Thu Apr 26, 2012 2:25 pm
Hey Gavick Team,

Have you a solution to resolve this problem ?
User avatar
Expert Boarder

Konrad M
Fri May 04, 2012 10:28 am
abdenour can you give us url to your site?
User avatar

GK User
Mon May 07, 2012 10:31 pm
Hi Konrad,

my website url is wwwbeta.coriolis-service.fr
User avatar
Expert Boarder

Konrad M
Tue May 08, 2012 8:50 am
Unfortunetly isn't working.
User avatar

GK User
Thu Jun 28, 2012 11:10 am
URGENT!!

Is there a fix for this issue???

http://builders.l3creative.co.uk/index. ... e-features

I want the menu to be faded out like the rest of the site

URGENT!!
User avatar
Fresh Boarder

Konrad M
Thu Jun 28, 2012 11:15 am
Please add this to override.css
Code: Select all
#lbOverlay {
z-index: 10001;
}
#lbCenter, #lbBottomContainer {
z-index: 10002;
}

Should fix it.
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.