Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default background image help

    i am trying to put an image in the background of my site and i cant quite figure it out. my url is www.everythingspecrtrum.com if anyone has any idea what im suposed to put where let me know please

    thanks in advanced

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: background image help

    Where do you want this background to appear ?

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: background image help

    Steve's question needs to be answered, because while the technique for putting in background images remains the same, the desired position, behaviour and layout of the image needs to be known.

    The image will be loaded into your template's images folder (NOT your main image folder), and the position, behaviour and layout will be governed by a declaration in the stylesheet.

    Typically:

    HTML Code:
    body {
        background: url("../images/bg.jpg") no-repeat fixed center top #F2F4F1;
    20 years a Zencart User

  4. #4
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: background image help

    i am wanting it to be seen only in the sides but cover the entire site. like all the content is on top of that image(including the white in the middle).

  5. #5
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: background image help

    yes it worked thank you so much :)

  6. #6
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: background image help

    i have one more question.

    any idea how to get the background of the sideboxes a rainbow color?

  7. #7
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: background image help

    Quote Originally Posted by wartht View Post
    i have one more question.

    any idea how to get the background of the sideboxes a rainbow color?
    You would add background: url(../yourimage.gif); to:

    .sideBoxContent {
    background: url(../images/options.gif); }

 

 

Similar Threads

  1. Background image cover entire background w/one image
    By oxicottin in forum Templates, Stylesheets, Page Layout
    Replies: 43
    Last Post: 3 Apr 2012, 03:18 PM
  2. help with background image
    By smallpigpig in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jan 2011, 02:46 AM
  3. add background image to a attribute then have that background image act as hyperlink
    By sike1234 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 14 Nov 2008, 05:38 PM
  4. Change background for [help?], shipping calculator and when enlarging image. Help!
    By smip in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Oct 2007, 02:36 PM
  5. Background Image Help
    By jhosford in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Oct 2006, 02:33 PM

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