DMXzone Lightbox Support Product Page
Answered
Hidden behind menu
Asked 01 Jun 2014 21:00:15
1
has this question
01 Jun 2014 21:00:15 Delwedd Ltd posted:
delwedd.co.uk/drafts/zip/action-photos.htmlHi,
I have the lighbox slideshow working, as I have on quite a few other sites.
However, this is one, the menu on my page still appears "above" the lightbox effect.
I have looked at the post www.dmxzone.com/support/16607/topic/51745 which appears o have been similar, but can't find a duplicate "content" css class, and have not been able to fix it.
Any suggestions - I have been trawling through css!!
Thanks,
Aled
Replies
Replied 02 Jun 2014 09:32:59
02 Jun 2014 09:32:59 Teodor Kuduschiev replied:
Hello Mike,
You set a a huge number for the z-index of the navigation:
.headerGreyMenu {width: 100%; background-color: #363636; z-index: 99999999;border-top: 2px solid #454545}
Just set it to something like 9999 and add a position:relative; to it.
You set a a huge number for the z-index of the navigation:
.headerGreyMenu {width: 100%; background-color: #363636; z-index: 99999999;border-top: 2px solid #454545}
Just set it to something like 9999 and add a position:relative; to it.
Replied 03 Jun 2014 07:46:35
03 Jun 2014 07:46:35 Delwedd Ltd replied:
Teodor - thank you very much!
You saved me a massive headache there!
Aled
You saved me a massive headache there!
Aled