Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default How do you use a background image instead of color?

    I have not found anything on this in your forum or FAQ, so now I start a new thread. I saw many of your Demo sites have background images, so I know it can be done. And I know how to do it in html, that's simple... But at a loss as to how to do it with Zen.

    So... Someone help?? How can I impliment a background image behind the cart, make it tile the way I want, etc.

    Thanks.

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

    Default Re: How do you use a background image instead of color?

    Usually done in the styelsheet. If you mean you want a background image behind the main wrapper, you'd want something like this:

    body {
    background-image: url(../images/yourimage.jpg);
    background-repeat: repeat;
    background-color: #FFFFFF;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    }

    The image would need to be tileable, obviously.

    Try installing the Web Developer plugin for Firefox, and look at the CSS of a site you like to see how they did it.

 

 

Similar Threads

  1. How to use single image instead of subcategory images?
    By cracket in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Sep 2012, 10:41 AM
  2. v139h Page Background - Can I use an 'image' instead of a colour - if so How?
    By shags38 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Jul 2012, 09:56 AM
  3. Image Handler: How to use .GIF instead of .PNG for watermark?
    By pixelwrangler in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 04:24 PM
  4. How to use an absolute background image?
    By minson in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 25 Mar 2007, 12:09 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR