View Full Version : Conveyor Belt slideshow script
gdevol155
03-13-2011, 12:35 AM
1) Script Title: Conveyor Belt slideshow script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem: Looking for the proper markup for the image gap and would like to know how I can vertically align the images in the middle. It it set to align the images to the bottom.
gdevol155
03-14-2011, 08:40 PM
Any help on this, I will be very greatful.
gdevol155
03-14-2011, 09:27 PM
This is the gap code it asks in HTML, I have tried various things and nothing seems to work. I would like a 10px gap to show in between each image.
//Specify gap between each image (use HTML):
var imagegap="10px"
azoomer
03-15-2011, 06:37 PM
try something like this:
//Specify gap between each image (use HTML):
var imagegap="<img src='spacer.gif' width='10px'>"
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=10
You can download and use the transparent spacer.gif that i have attached
You may have to adjust width's (highlighted red and blue) individually to make it look right.
Okay it's a bit difficult to see the attached spacer.gif because it is so small and transparent, but you can download it from this url (right-click and save link as) (http://azoomer.com/spacer.gif)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.