background color

This topic has 2 voices, contains 2 replies, and was last updated by   1582 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
January 20, 2008 at 8:39 pm #1135

Ok i am having trouble with the background. I am using the gallery in an Iframe and I edited the script to remove all the css colors except for black. I want only the black css to show up. The problem I am having is I can’t get it to display, the gallery appears in the Iframe as if there was no Css at all written. When I edited the script i removed the Alternate Stylesheets and replaced the default one with the black. I removed the little boxes to choose the colors too. So there are no options besides the stylesheet i selected.

Now i have been testing it and if If force add the black selector/toggle back into the gallery, i can go the to gallery page which shows up white, and then use the black toggel button to pick the black css. Once i have done that it stores it in my cookies/temps so if i remove the toggle from then on the css stays black. The problem is new site viewers will still see the blank background and if I delete my cookies and temp files it will go back to the blank background.

Can anyone figure out how i can force the stylesheet. My site is http://www.campbellunlimited.com
Here is index coding for the family gallery ( i have this with multiple galleries)

January 20, 2008 at 10:01 pm #1136

E2

Take the <link rel="alternate stylesheet" type="text/css" href="css/e2photo_black.css" title="black" /> and chage it to:

<link rel="stylesheet" type="text/css" href="css/e2photo_black.css" title="black" />

If that doesn’t work try changing the path to /gallery/css/e2photo_black.css or use and absolute path:

http://www.campbellunlimited.com/gallery/css/e2photo_black.css

January 21, 2008 at 9:47 am #1137

Ya i tried that too, I did that before posting i figured if the path was more direct it would force it, it still doesnt seem to work. I dont know if its the iframe or what i was testing it in IE7 and Firefox, it seemed to load the css in firefox but the thumbnailer in firefox was not center it was way off to the right side of the page, that is a problem for another day i think. I will try some more testing but do you have any other thoughts.

I even added the alternate style sheet code to the main parent frame thinking if the browser at least recognized it first it would load but that didnt work either.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.