Ooops, I spoke too soon. I had a nagging feeling that a conflict between the two scripts in those browsers might be the problem and it is.
I've worked this out now for lightbox v2.02 which is very similar to the version of lightbox here on Dynamic Drive that you linked to in your post, it just has a few more bugs worked out. I had to customize it and the Slide Show script anyway so, I will attach a zipped version of the new lightbox files and a demo page using both scripts that you need to use:
Attachment 569
This is the one place where you really need to pay attention:
Code:
var droplinks=new Array()
//SET IMAGE URLs. Extend or contract array as needed
droplinks[0]=["photo1.jpg", "Kissing Fools"]
droplinks[1]=["photo2.jpg", "Seated Woman"]
droplinks[2]=["photo3.jpg", "The Dog Lovers"]
The red part is the larger image that you want shown via lightbox and the green part is the title.
Oh, and here is a demo:
http://home.comcast.net/~jscheuer1/s...es/drop_in.htm
Bookmarks