On the demo site, the images are displayed with a shadow (I don't mean the slideshow). Since there is no documentation on how to achieve this, does anyone know which module was used to get this effect?

Comments

syrf3763’s picture

yeah, it happens to me too, there is a slide-bottom.png file in images folder and in style.css shows

#slideshow {
background: url('../images/slide-bottom.png') bottom center no-repeat;
margin: 25px 0 30px 0;

don't know how to edit this,

and i've edited slider.css to add a line below -moz-box-shadow:none;

background: url('../images/slide-bottom.png') no-repeat;

still doesn't work for me, does anyone know how to get this to work?

and while everything else are worked fine for me, I clicked to refresh the main page, the slide had gotten hidden,and then if I clicked home buttom then it displays fine. still wondering what causes this happen.