Bubbletin
03-16-2007, 11:45 PM
1) Script Title: Lightbox image viewer 2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem: No problem. I'm trying to produce the grouped image effect using only one image. From the script page:
"LightBox version 2 adds the ability to group multiple image links together, so an image gallery is created out of the enlarged images:"
I want to produce this effect but without using:
<a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
<a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
<a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
Must I add the links to the page in order for the images to be grouped? If so, would it still work if I used an invisible layer to hide the links? I'm trying to simply have one click on the #1 thumb and be able to click 'Next' to the rest images period without having #2 and #3 thumbs around.
Hopefully that made sense. Thank you.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem: No problem. I'm trying to produce the grouped image effect using only one image. From the script page:
"LightBox version 2 adds the ability to group multiple image links together, so an image gallery is created out of the enlarged images:"
I want to produce this effect but without using:
<a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
<a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
<a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
Must I add the links to the page in order for the images to be grouped? If so, would it still work if I used an invisible layer to hide the links? I'm trying to simply have one click on the #1 thumb and be able to click 'Next' to the rest images period without having #2 and #3 thumbs around.
Hopefully that made sense. Thank you.