PDA

View Full Version : Pages in large galleries - IE6


WAB
Oct-09-2007, 10:12 PM
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

scwalter
Oct-09-2007, 10:41 PM
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

Allen
Oct-09-2007, 10:44 PM
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;
}

WAB
Oct-09-2007, 10:50 PM
A - Mazing!

That did it.
Thanks for your quick response.
Wayne