Results 1 to 3 of 3

Thread: Lightbox2 Positioning Help

  1. #1
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lightbox2 Positioning Help

    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:

    http://img683.imageshack.us/img683/8620/websiteo.png

    But this is what I've got so far:

    http://benlambe.com/Website/portfolio.html

    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>
    If anyone can help me out that would be great.

  2. #2
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default I would

    Try using tables to set up your spacing around the boxes.


    Bud

  3. #3
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •