Results 1 to 2 of 2

Thread: PHP Photo Album script v2.11 - display issue ?!?

  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Photo Album script v2.11 - display issue ?!?

    1) Script Title: PHP Photo Album script v2.11

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm

    3) Describe problem:

    Hi, i am having an issue with how this script is displaying my images, to be honest i've probably changed something without realising but cant for the life of me figure out what i've done to cause it. (i'm still learning all this)

    ive set the script to display the images [4,3], and there are 17 images in the image folder.

    it displays the first row of 4 fine, then there is a massive gap, before it displays the next 2 rows at the bottom as it should.

    my gallery is online at

    http://www.ezdigitalproductreview.com/gallery1.html

    the gallery is on the link above. - it only puts the gap between the 1st and 2nd rows, never the 2nd and 3rd ???

    its as though the gallery of thumbnails has to cover a certain sized area and has incorporated the space in order to do so, but i dont know where i would have defined this!!!

    i am baffled and cant for the life of me work out whats wrong, or what ive changed - any help would be massively appreciated

    the other files it called are at :
    http://www.ezdigitalproductreview.com/ddphpalbum.css
    http://www.ezdigitalproductreview.com/ddphpalbum.js
    http://www.ezdigitalproductreview.co...talbumpics.php

    help its doing my head in but i bet its glaringly obvious to an expert !!!!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Add these styles to your stylesheet:

    Code:
    #phpphotoalbum1 {
    float: left;
    }
    .albumnavlinks {
    clear: left;
    position: relative;
    top: -65px;
    }
    #sidebar1 {
    height: 31em;
    }
    Last edited by jscheuer1; 02-17-2010 at 09:15 AM. Reason: sidebar1 was changing its height
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •