Hello,
Is it possible to create an image overlay for the full width easy slider?
In this case, I would like a transparent .png centered at the bottom of the container with no repeat.
I would like the image visible ABOVE the slider images, but am having no luck adjusting the z-index in css.
Thank you in advance!
Hi jazzmanzem!
Can you show us the code you are using?
It is possible, but you need to add correct values not only to z-index but to position of the div elements also.
Cheers!
Basilis
.avia-fullwidth-slider {
background-image: url(“http://lorenzemlicka.com/wp-content/uploads/2013/05/Footer_Graphic2.png”);
background-repeat: no-repeat;
background-position: bottom center;
left: 0px;
top: 0px;
z-index: 500;
}
I have the z-index at 500 because anything higher interferes with my drop down menu