View Full Version : Conveyor Belt slideshow script
mid2102
04-22-2005, 09:33 PM
Hi there, I am using the conveyor belt slideshow script and it works very nicely in the various browsers - BUT - in every browser I have a blue line bordering the width and height of the slider - which part of the script do I edit to make this either the same as the rest of my website background (black) or transparent? I look forward to your help, thanks!
jscheuer1
04-23-2005, 06:06 AM
Two good candidates are in this code snippet:
//configure background color:
slidebgcolor="#EAEAEA"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
leftrightslide[1]='<a href="http://"><img src="dynamicbook2.gif" border=1></a>'
leftrightslide[2]='<a href="http://"><img src="dynamicbook3.gif" border=1></a>'
leftrightslide[3]='<a href="http://"><img src="dynamicbook4.gif" border=1></a>'
leftrightslide[4]='<a href="http://"><img src="dynamicbook5.gif" border=1></a>'set the slidebgcolor to "black" and the individual borders in the slider's images section to zero "0". See how that works.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.