almoes
04-03-2011, 07:44 PM
1) Script Title: Ultimate Fade In Slideshow v2.4
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:
Hi,
I want to display a description text on the images of my slide show but it doesn't appear. I use the following code:
<script type="text/javascript">
var slideshow = new fadeSlideShow({
wrapperid: "slideshow",
dimensions: [338, 227],
imagearray: [
["Pics/ss1.jpg","","","some description"],
["Pics/ss2.jpg","","","some description"],
["Pics/ss3.jpg","","","some description"]
displaymode: { type: 'auto', pause: 2500, cycles: 0, wraparound: false },
persist: false,
fadeduration: 700,
descreveal: "always",
togglerid: ""
})
</script>
There is no error but the text doesn't appear. Do I miss something in the css? thanks.
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:
Hi,
I want to display a description text on the images of my slide show but it doesn't appear. I use the following code:
<script type="text/javascript">
var slideshow = new fadeSlideShow({
wrapperid: "slideshow",
dimensions: [338, 227],
imagearray: [
["Pics/ss1.jpg","","","some description"],
["Pics/ss2.jpg","","","some description"],
["Pics/ss3.jpg","","","some description"]
displaymode: { type: 'auto', pause: 2500, cycles: 0, wraparound: false },
persist: false,
fadeduration: 700,
descreveal: "always",
togglerid: ""
})
</script>
There is no error but the text doesn't appear. Do I miss something in the css? thanks.