menu showing infront of lightboxs

GK User
Thu Dec 22, 2011 11:12 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

Konrad M
Fri Dec 23, 2011 11:07 am
Hi
Can you give me url to your site?
User avatar

GK User
Fri Dec 23, 2011 1:47 pm
User avatar
Senior Boarder

Konrad M
Tue Dec 27, 2011 10:47 am
Try add to override.css
Code: Select all
#jquery-overlay {
    z-index: 100001 !important;
}
#jquery-lightbox {
    z-index: 100002 !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Tue Dec 27, 2011 10:16 pm
Konrad M wrote:Try add to override.css
Code: Select all
#jquery-overlay {
    z-index: 100001 !important;
}
#jquery-lightbox {
    z-index: 100002 !important;
}

and remember to enable override.css option in template settings


Excellent, solution works!

Thanks
User avatar
Senior Boarder


cron