Tara
10-07-2010, 02:50 PM
1) Script Title: Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Problem: The script is absolutely great, everything is working just fine, but there is two things I would like to change and just can't figure out how to:
a) How can I change the background color of the slides' descriptions? Now they are black and this doesn't agree at all with the rest of my design. Also, I would like to change the color of the writing itself if this is possible.
At the very beginning of the java script file for the slide show http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js there is a part where you can change the size of the letters in the descriptions - maybe this is the right place to add color definitions too but I don't know how to:
var fadeSlideShow_descpanel={
controls: [['x.png',7,7], ['restore.png',10,11], ['loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
fontStyle: 'normal 11px Verdana', //font style for text descriptions
slidespeed: 200 //speed of description panel animation (in millisec)
}
-?
b) When I load the page with the slide show the first slide is not shown as already there but fades in from a black background. How can I start the slide show with the first image already in place, without it fading in from black?
I would be eternally grateful if someone could help me out!
Tara
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Problem: The script is absolutely great, everything is working just fine, but there is two things I would like to change and just can't figure out how to:
a) How can I change the background color of the slides' descriptions? Now they are black and this doesn't agree at all with the rest of my design. Also, I would like to change the color of the writing itself if this is possible.
At the very beginning of the java script file for the slide show http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js there is a part where you can change the size of the letters in the descriptions - maybe this is the right place to add color definitions too but I don't know how to:
var fadeSlideShow_descpanel={
controls: [['x.png',7,7], ['restore.png',10,11], ['loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
fontStyle: 'normal 11px Verdana', //font style for text descriptions
slidespeed: 200 //speed of description panel animation (in millisec)
}
-?
b) When I load the page with the slide show the first slide is not shown as already there but fades in from a black background. How can I start the slide show with the first image already in place, without it fading in from black?
I would be eternally grateful if someone could help me out!
Tara