kits
May-16-2007, 12:21 PM
First, thanks to all who posted some great information here.
I did the nav bar and the famous slideshow. All that works fine and I am able to hide my galleries displayed by categories hidden from my home at:
http://polina.smugmug.com
Now when you click on My Pictures in nav bar it takes to polina.smugmug.com/galleries. On this page I want to be able to hide slideshow and show my galleries by Categories.
I have the following code in my CSS and it is always hiding my galleries.
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
.galleries #bioBox {
display: none;
}
I did the nav bar and the famous slideshow. All that works fine and I am able to hide my galleries displayed by categories hidden from my home at:
http://polina.smugmug.com
Now when you click on My Pictures in nav bar it takes to polina.smugmug.com/galleries. On this page I want to be able to hide slideshow and show my galleries by Categories.
I have the following code in my CSS and it is always hiding my galleries.
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
.galleries #bioBox {
display: none;
}