Pages in large galleries - IE6

WABWAB Registered Users Posts: 18 Big grins
edited October 10, 2007 in SmugMug Support
Hello;
I've recently realized that my galleries appear a little different in IE6. There is no "gallery pages" option for navigating through the images. When using the "traditional" style or "journal" I can't move beyond the first page. In "smugmug" style it lists images "1 of x no. of photos" so I have to navigate one by one.
Ever hear of this problem? This doesn't occur in IE7 or FF
Wayne

WBorch.com

Here's a sample gallery.

http://ruhavingfun.smugmug.com/gallery/3563674#202797562

Comments

  • scwalterscwalter Registered Users Posts: 417 Major grins
    edited October 10, 2007
    My guess is it's this code:

    .gallery_Guestbook.pageNav {
    display: none;
    }

    You should use the gallery number of your guestbook and you need a space before the .pageNav Replace the above code with this:

    .gallery_3108108 .pageNav {
    display: none;
    }


    Try that and see if it fixes IE.

    -Scott
    Scott Walter Photography
    scwalter.smugmug.com
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 10, 2007
    WAB wrote:
    Hello;
    I've recently realized that my galleries appear a little different in IE6. There is no "gallery pages" option for navigating through the images. When using the "traditional" style or "journal" I can't move beyond the first page. In "smugmug" style it lists images "1 of x no. of photos" so I have to navigate one by one.
    Ever hear of this problem? This doesn't occur in IE7 or FF
    Wayne

    WBorch.com

    Here's a sample gallery.

    http://ruhavingfun.smugmug.com/gallery/3563674#202797562
    Whatever this is, it's causing it not to show in IE.

    .gallery_Guestbook.pageNav {
    display: none;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • WABWAB Registered Users Posts: 18 Big grins
    edited October 10, 2007
    IE6 gallery issue
    A - Mazing!

    That did it.
    Thanks for your quick response.
    Wayne
Sign In or Register to comment.