PDA

View Full Version : gallery navigation?


Ristyz
Feb-12-2008, 11:33 AM
I seem to have lost my navigation in the gallery.

Once a viewer gets into a gallery there are no links to get back out. How did I lose them?

example: go here and you cant' back up with just a link.

http://vision18.smugmug.com/gallery/4299302_M6hkA#251981712

Thanks for the clue! -C

Allen
Feb-12-2008, 11:39 AM
I seem to have lost my navigation in the gallery.

Once a viewer gets into a gallery there are no links to get back out. How did I lose them?

example: go here and you cant' back up with just a link.

http://vision18.smugmug.com/gallery/4299302_M6hkA#251981712

Thanks for the clue! -C
You hid it with this.

#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}

Ristyz
Feb-12-2008, 11:47 AM
You hid it with this.

#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}

You rock, thanks so much! breadcrumbs=trail i get it now.