jornessim
08-13-2011, 01:00 PM
1) Script Title:
Ultimate Fade In Slideshow v2.0
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js
3) Describe problem:
Hey, I would like to ask how to make the background color of the slide location to transparent color? I tried to modified it as "transparent" but it shows black.
The sample i have done in the code:
/* Sample of code
--------- */
setting.$gallerylayers=$('<div class="gallerylayer"></div><div class="gallerylayer"></div>') //two stacked DIVs to display the actual slide
.css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'transparent'})
i set the background as transparent but it doesn't work.
Is there any way else to make it right?
Thanks!
Ultimate Fade In Slideshow v2.0
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js
3) Describe problem:
Hey, I would like to ask how to make the background color of the slide location to transparent color? I tried to modified it as "transparent" but it shows black.
The sample i have done in the code:
/* Sample of code
--------- */
setting.$gallerylayers=$('<div class="gallerylayer"></div><div class="gallerylayer"></div>') //two stacked DIVs to display the actual slide
.css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'transparent'})
i set the background as transparent but it doesn't work.
Is there any way else to make it right?
Thanks!