Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Changing Background Image

    Quote Originally Posted by bubblegumgoods View Post
    where do i need to save the image at before I add it on the stylesheet page?
    /includes/templates/classic/images/

  2. #12
    Join Date
    Jan 2006
    Posts
    128
    Plugin Contributions
    0

    Default Re: Changing Background Image

    It worked. Thank you so much for you time misty. I appreciate it. You're so helpful and a great member to these boards.

  3. #13
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Changing Background Image

    Great background.. well done!!

  4. #14
    Join Date
    Feb 2007
    Location
    Texas
    Posts
    3
    Plugin Contributions
    0

    help question Re: Changing Background Image

    Does anyone have any idea why Zen-Cart changes my css on the fly.

    I have been trying to apply a background image to my site http://gscoffeeclub.com/store/ and for some reason it keeps changing it to transparent.

    This is what I have in my css file:
    Code:
    body {
        background:url(/includes/templates/gscoffeeclub/images/til_1.jpg) repeat;
        color: #666666;
        margin-left: 5%;
        margin-right:5%;
        width: 90%;
        }
    This is what firebug gets when I am looking at the page:
    Code:
    body {
    background:transparent url(/includes/templates/gscoffeeclub/images/til_1.jpg) repeat scroll 0%;
    color:#666666;
    margin-left:5%;
    margin-right:5%;
    width:90%;
    }
    I have deleted all other css files in all of the other template folders just in case they might be getting loaded after the main file and I am still getting this change. I have also checked and rechecked a dozen times to be sure that the image is where it is supposed to be. This one has me stumped.

    Anybody have any ideas?


    Thanks,

    Gary

  5. #15
    Join Date
    Feb 2007
    Location
    Texas
    Posts
    3
    Plugin Contributions
    0

    css problem Re: Changing Background Image

    OK, I figured out a solution but I still don't know why it was changing it to transparent.
    Code:
    body {
        background-image:url(/includes/templates/gscoffeeclub/images/til_1.jpg);
        background-repeat:repeat;
        color: #666666;
        margin-left: 5%;
        margin-right:5%;
        width: 90%;
        }
    This does what I wanted it to do. For some reason the board is not accepting my carriage returns. Sorry for the format or rather the lack thereof.
    People are about as happy as they make up their minds to be.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Background image not changing
    By nakedsailor in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2010, 05:25 PM
  2. Changing Background color to image
    By fastdc5 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 4 Feb 2009, 05:22 AM
  3. Changing to Background image in stylesheet?
    By stormysar in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Feb 2008, 06:04 PM
  4. Changing background image
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Dec 2007, 05:28 AM
  5. Changing Background image....
    By bloukline in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 16 Jan 2007, 10:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg