Pages in large galleries - IE6
WAB
Registered Users Posts: 18 Big grins
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
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
0
Comments
.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
scwalter.smugmug.com
.gallery_Guestbook.pageNav {
display: none;
}
My Website index | My Blog
A - Mazing!
That did it.
Thanks for your quick response.
Wayne