Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: PHP Photo Album script v2.0 - sortby:date/desc doesnt appear to work properly

  1. #11
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    HA - sussed it! All that is needed is the line-height attribute in the stylesheet.

    Code:
    .albumnavlinks a, .albumnavlinks a.current:hover{ /*CSS for each navigational link*/
    line-height: 25px;
    ddadmin, can you please add this to the CSS on the download page too.

    Thanks for all your help so far.

    Beverley

  2. #12
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    As soon as the page button links exceed the gallery width and jump to the line below, they overlap the page button links on the line above - see page button link 14:
    By button link 14, what do you mean? This sounds like a formatting issue actually.
    DD Admin

  3. #13
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    I meant the pagination/navigation links (styled to look like buttons) that generate at the bottom of the gallery.

    In my example page (which has now been converted to my actual live page) I dumped a hundred or so pics into the image folder to generate 14 pagination/navigation links below the gallery.
    Once the pagination/navigation links exceeded the width of the gallery and wrapped to the line below, they overlapped the line of pagination/navigation links above.
    After I set the line-height attribute in the CSS, this problem was resolved.

    Hope that makes sense.

    I just thought it was something that should be added to the CSS download file as a precaution so other users arnt affected.

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
  •