e2interactive forums » Sample of (E)2 Photo Gallery

Search:

background color

(3 posts)

  1. 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 www.campbellunlimited.com
    Here is index coding for the family gallery ( i have this with multiple galleries)

    Posted 10 months ago #
  2. 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

    Posted 10 months ago #
  3. 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.

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.