Lightbox no longer uses a png for opacity. It's just style now and has been for some time, but it can be adjusted in the configuration of the main script. Here are the options in the version 2.04a lightbox.js file I modded for use with the conveyor and other scripts:
Code:
//
// Configuration
//
fileLoadingImage: 'images/loading.gif',
fileBottomNavCloseImage: 'images/closelabel.gif',
cookieForFirstLight: false, // use session only cookie for first light? (true/false)
overlayOpacity: 0.8, // controls transparency of shadow overlay
animate: true, // toggles resizing animations
resizeSpeed: 7, // controls the speed of the image resizing animations (1=slowest and 10=fastest)
borderSize: 10, // if you adjust the padding in the CSS, you will need to update this variable
forceLocal: false, // set to true to force lightbox into a frame or iframe
// (default: false) - will allow lighbox effect to appear on the top page of an iframe if any
startCallback: function(){}, // callback for ligthbox start
startCallbackType: 'afterFinish', // scriptaculous effect callback method default = 'afterFinish'
endCallback: function(){}, // callback for lightbox end
endCallbackType: 'afterFinish', // scriptaculous effect callback method default = 'afterFinish'
// When grouping images this is used to write: Image # of #.
// Change it for non-english localization
labelImage: "Image",
labelOf: "of"
// End Configuration -----------------------------------------------------------------------------------
If you disable the animation, it will make the code lighter to execute.
So now anyways, I've got a bit further with the multi use conveyor and lightbox:
http://home.comcast.net/~jscheuer1/s...onveyor_oo.htm
But just now I looked at the title of this thread and saw:
and hadn't really been thinking about that. However, at that rate, this script might be the one to use for that part:
http://www.dynamicdrive.com/dynamici...wler/index.htm
Bookmarks