Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #462417

    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!

    #462458

    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

    #462898

    .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

    #463170

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.