PDA

View Full Version : Background picture in gallery disappeared


RTMiller
May-14-2008, 05:59 AM
My contact page is here... http://rtmiller.smugmug.com/gallery/2129108

There used to be a background picture of me on this page. I just noticed this morning that the BG picture is gone.


I had this code in CSS:

/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685-L.jpg) no-repeat;}


I thought maybe it was the change in file names so I changed it to:

/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685_k4ZbJ-L.jpg) no-repeat;}

Still didn't work. Any ideas what's wrong or what changed? Thanks in advance.

rainforest1155
May-15-2008, 05:11 AM
Hi Todd,

I can see the background photo just fine on two different browsers, Safari and Firefox, even logged out.
On what browser are you seeing the problem? Could you try clearing your browser cache?

Did you maybe all ready resolve the problem?

Sebastian

RTMiller
May-15-2008, 05:13 AM
I found this thread... http://www.dgrin.com/showthread.php?t=93769

Apparently the changes Smugmug made to themes had an effect. My BG pic doesn't show up if I used Smugmug Gradient. I have to switch to Gradient Grey.

Thanks for following up.