To insert code use <code>...</code>.
Overlay on slider
  • Is there any way that I can create an overlay over the slider area so that pictures in an anything slider would seem to slide behind a frame or border?
  • 1 Comment sorted by
  • Hi,

    You can set border image to div.anythingSlider element with css code in striking->general options page.

    e.g.


    div.anythingSlider {
    background:url("../images/slider_border.png");
    }


    Regards,
    KaptinLin