Page 1 of 1

Background Image on thumbnail page only?

PostPosted: Tue May 25, 2004 4:13 pm
by polara
I would like to use a background image for the thumbnail page of a gallery BUT NOT have it appear on the image view pages of the gallery. Is this possible? Also, what is the code to have the pbase menu appear in B & W? Thanks.

Re: Background Image on thumbnail page only?

PostPosted: Tue May 25, 2004 5:06 pm
by srijith
polara wrote:I would like to use a background image for the thumbnail page of a gallery BUT NOT have it appear on the image view pages of the gallery. Is this possible? Also, what is the code to have the pbase menu appear in B & W? Thanks.

I guess the easiest way to do that would be to associate the background image to a class/div that appears only in the thumbnail pages of the gallery..

For my case, I set

Code: Select all
.thumbnails {
background-image:url(http://www.url.com/image.jpg);
}


Since the div "thumbnails" is used only in the gallery page, it will not be seen in the image page.

PostPosted: Tue May 25, 2004 5:42 pm
by lord_of_the_badgers
to make the pbase bar B&W? that's in your account settings (easiest way!)

PostPosted: Wed May 26, 2004 6:49 am
by srijith
lord_of_the_badgers wrote:to make the pbase bar B&W? that's in your account settings (easiest way!)

More on that here...