Englishimage slider jquery plugin  Deutschhtml bildergalerie  Españolgaleria de imagenes javascript  Françaiscarrousel html  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Background color of the jquery image scroll shadow in iframe

Q: I've inserted the slider in iframe. I wanted to know if the shadow can be transparent on my page. Is there anyway that I can take out the white background on the shadow without using colors on my page?

A: The thing that if you use iframe the slider will adapt the background of the iframe page.

You should add the following line in the code of the page with wowslider:

<body style="background-color:transparent">



and this one in the code of the iframe page :

<iframe width="70%" height="500px" name="about" src="about.html" frameborder=0 ALLOWTRANSPARENCY="true"></iframe>