1) Script Title: Lightbox2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem:
Hi
I've created a div which I want my Lightbox2 galleries to be placed into, but I can't seem to control where the images go.
This is an image of how I want the boxes placed:
But this is what I've got so far:
The HTML I'm using is:
If anyone can help me out that would be great.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem:
Hi

I've created a div which I want my Lightbox2 galleries to be placed into, but I can't seem to control where the images go.
This is an image of how I want the boxes placed:
But this is what I've got so far:
The HTML I'm using is:
Code:
<div class="fullscreen"> <a href="images/walle.jpg" rel="lightbox[product_1]"><img src="images/box.png" width="190" height="190"></a> <a href="images/up.jpg" rel="lightbox[product_1]"></a> <a href="images/toystory.jpg" rel="lightbox[product_1]"></a> <a href="images/up.jpg" rel="lightbox[product_2]"><img src="images/box.png" width="190" height="190"></a> <a href="images/up.jpg" rel="lightbox[product_2]"></a> <a href="images/toystory.jpg" rel="lightbox[product_2]"></a> <a href="images/up.jpg" rel="lightbox[product_3]"><img src="images/box.png" width="190" height="190"></a> <a href="images/up.jpg" rel="lightbox[product_3]"></a> <a href="images/toystory.jpg" rel="lightbox[product_3]"></a> <a href="images/up.jpg" rel="lightbox[product_4]"><img src="images/box.png" width="190" height="190"></a> <a href="images/up.jpg" rel="lightbox[product_4]"></a> <a href="images/toystory.jpg" rel="lightbox[product_4]"></a> </div>
