PDA

View Full Version : SmugMug View - Page Picker hidden by Thumbnails


Tomkirk23
Apr-27-2008, 09:22 AM
Hi -

I am having difficulty in SmugMug view with the Page Picker that pops up (in multi-page galleries) to help you choose what page to move to.

In IE only (Firefox is OK), the Page Picker pops up but is obscured underneath the thumbnails.

I use Web Developer and have z-indexed every element name that I can identify. No help.

Some of my unsuccessful CSS code:
.smugmug .pickerBg {z-index:9999 !important;}
.smugmug #pp4 .pickerBox {z-index:9999 !important;}
.pickerBox {z-index:9999 !important;}
.pickerBg {z-index:9999 !important;}
.pickerContent {z-index:9999 !important;}
.pickerContent a {z-index:9999 !important;}
.smugmug #pageNavigation_top {z-index: 9999 !important;}
.smugmug #pageNavigation_bottom {z-index: 9999 !important;}
.smugmug #AlbumNav_top {z-index: 9999 !important;}
.smugmug .first {z-index: 9999 !important;}
.smugmug .last {z-index: 9999 !important;}
.smugmug #thumbnails {z-index: 0 !important;}
.smugmug #thumbnails .leftColumn {z-index: 0 !important;}

This is a link to one of the galleries:
http://www.yoursbydesign.smugmug.com/gallery/4424381_nsW6g#275453093_vEeci

I strongly suspect that I am making a stupid mistake somewhere.

Any help would be greatly appreciated...

Thanks,

Tom Kirkpatrick
www.yoursbydesign.smugmug.com

Allen
Apr-27-2008, 03:21 PM
Hi -

I am having difficulty in SmugMug view with the Page Picker that pops up (in multi-page galleries) to help you choose what page to move to.

In IE only (Firefox is OK), the Page Picker pops up but is obscured underneath the thumbnails.

I use Web Developer and have z-indexed every element name that I can identify. No help.

Some of my unsuccessful CSS code:
.smugmug .pickerBg {z-index:9999 !important;}
.smugmug #pp4 .pickerBox {z-index:9999 !important;}
.pickerBox {z-index:9999 !important;}
.pickerBg {z-index:9999 !important;}
.pickerContent {z-index:9999 !important;}
.pickerContent a {z-index:9999 !important;}
.smugmug #pageNavigation_top {z-index: 9999 !important;}
.smugmug #pageNavigation_bottom {z-index: 9999 !important;}
.smugmug #AlbumNav_top {z-index: 9999 !important;}
.smugmug .first {z-index: 9999 !important;}
.smugmug .last {z-index: 9999 !important;}
.smugmug #thumbnails {z-index: 0 !important;}
.smugmug #thumbnails .leftColumn {z-index: 0 !important;}

This is a link to one of the galleries:
http://www.yoursbd.com/gallery/4424381_nsW6g#275453093_vEeci

I strongly suspect that I am making a stupid mistake somewhere.

Any help would be greatly appreciated...

Thanks,

Tom Kirkpatrick
www.yoursbd.com (http://www.yoursbd.com)
Add this to your CSS and see if it's fixed.

#pageNavigation_top {
z-index: 50 !important;
}

Tomkirk23
Apr-27-2008, 06:36 PM
Add this to your CSS and see if it's fixed.

#pageNavigation_top {
z-index: 50 !important;
}


No, still not working....

Any other ideas out there?

Thanks,

Tom Kirkpatrick
www.yoursbydesign.smugmug.com