image slider jquery plugin
html bildergalerie
galeria de imagenes javascript
carrousel html
Immagini Galleria
网络幻灯片: 效果的幻灯片
Galeria De Imagens
слайдер изображений, слайдшоу, CSS слайдер
Bild Galleri
画像のスライダー&ギャラリー
Afbeeldingen Caroussel
More Demos: bootstrap banner image, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Background color of the jquery image scroll shadow in iframeQ: 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>