Tagged: CSS
I am trying to place something – (anything!) in a higher z-index than a Layer Slider – is this possible?
I can paste my URL if that helps to see the problem…
Hi!
It’s possible, what have you done so far?
Maybe a color section with an ID and some CSS:
#colorsection{
position: relative;
z-index: 10000;
}
Cheers!
Josue
Can’t get that to work I’m afraid:(
…So just to clarify, it is possible for a transparent color section with some text in it to float on top of a layer slider?
Hi!
Thank you for the update.
Yes, it is possible. The color section next to the layer slider should have the id av_section_1 but of course you can set a unique id for that color section if you want so this should work:
div#av_section_1 {
z-index: 2;
margin-top: -300px;
position: relative;
background-color: transparent !important;
border: none !important;
}
Please post the website url here if the solution above doesn’t work.
Best regards,
Ismael
Hello !!!
I’m having troubles to fix z-indez
I have a dropdown just above a photo, when it is selected it remains behind
picture z-indez: 10
dropdown z-indez: 999
I do not understand
Hi,
It should be z-index, can you give us a link to your site? so we can take a closer look and check the issue.
Best regards,
Nikko