- Posts: 24
- Thank you received: 0
Menu text shows on top of Lightbox image.
-
andrewjmat
Inactive member - Topic Author
- Member
Less
More
12 years 6 months ago #18891
by andrewjmat
Replied by andrewjmat on topic Re: Menu text shows on top of Lightbox image.
Never mind.
Tried changing the z-index to 1000 then 100 and then changed z-index to 10 seems to work now. The image now shows above the menu text.
Tried changing the z-index to 1000 then 100 and then changed z-index to 10 seems to work now. The image now shows above the menu text.
Please Log in to join the conversation.
-
andrewjmat
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
12 years 6 months ago #18892
by andrewjmat
Replied by andrewjmat on topic Re: Menu text shows on top of Lightbox image.
Never mind.
Tried changing the z-index to 1000 then 100 and then changed z-index to 10 seems to work now. The image now shows above the menu text.
Tried changing the z-index to 1000 then 100 and then changed z-index to 10 seems to work now. The image now shows above the menu text.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18900
by ivan.milic
Replied by ivan.milic on topic Re: Menu text shows on top of Lightbox image.
add in your styles:
#jquery-lightbox {
z-index:999999!important;
}
#jquery-lightbox {
z-index:999999!important;
}
Please Log in to join the conversation.
-
andrewjmat
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
12 years 6 months ago #18936
by andrewjmat
Replied by andrewjmat on topic Re: Menu text shows on top of Lightbox image.
Changing the z-index for the menu ended up making the drop down menu appear underneath the slider I have on the home page so I ended up changing z-index:10 back to the original z-index:10000
I added ---
#jquery-lightbox {
z-index:999999!important;
}
to my css styles and now the lightbox shows above the menu text and everything works fine.
Thanks for your help!
I added ---
#jquery-lightbox {
z-index:999999!important;
}
to my css styles and now the lightbox shows above the menu text and everything works fine.
Thanks for your help!
Please Log in to join the conversation.
Time to create page: 0.178 seconds