Viewing 2 replies - 1 through 2 (of 2 total)
  • I edited nivo-slider.css with the following to get that result:

    .nivoSlider {
    	position:relative;
    	-moz-box-shadow:0px 0px 12px #333;
        -webkit-box-shadow:0px 0px 12px #333;
        box-shadow:0px 0px 12px #333;
    }

    Hope that helps

    Thread Starter clavans

    (@clavans)

    I changed:

    .nivoSlider {
    	position:relative;
    }

    to what you suggested and that seems to be an approach in the right direction.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: JJ NextGen JQuery Slider] Shadow effect around slider’ is closed to new replies.