Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    customer issue Background Tiles & Product Image Window Edit ?

    I have two questions:

    1. How do I install a tiling background image.
    2. The windows where the product images/info goes with the category title on top, like "New Products For February". How do I make them wider?

  2. #2
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    red flag Re: Background Tiles & Product Image Window Edit ?

    Quote Originally Posted by rdcast View Post
    I have two questions:

    1. How do I install a tiling background image.
    2. The windows where the product images/info goes with the category title on top, like "New Products For February". How do I make them wider?
    lol, maybe there's no solution but I'd like to include a tiled image for my background and widen the box that frames my products.

    Any help ?

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Background Tiles & Product Image Window Edit ?

    I'm using a tiled image in the Fan Odyssey site in my sig. You do it in the stylesheet. You may have to add the background image at different points depending on the look you want to achieve.

    Here's a small sample from the stylesheet.

    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color: #000000;
      background-image: url('../images/space011.jpg');
    	text-align: left;
    	width: 100%;
    	vertical-align: top;
    	}
    
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #logoWrapper{
      background-image: url('../images/space011.jpg');
    	background-repeat: repeat-x;
    	background-color: #000000;
    	height:110px;
    	width: 100%;
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  4. #4
    Join Date
    Feb 2010
    Posts
    328
    Plugin Contributions
    0

    red flag Re: Background Tiles & Product Image Window Edit ?

    Thanks afo,

    To install background wallpapers. Below, is an excerpt from stylesheet.css found in the css sub-directory. Just add the tag in bold green and replace the jpg file in red with your own wallpaper file. Please note that I've created a "/wallpaper" sub-directory inside images: /images/wallpaper

    body {
    margin: 5px 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #800000;
    background-image: url('../images/wallpaper/your_background.jpg')
    }

 

 

Similar Threads

  1. PopUp Window Background Image
    By jane in forum General Questions
    Replies: 7
    Last Post: 10 Dec 2010, 11:44 PM
  2. Background Image & Background Color
    By jben in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Mar 2008, 01:11 AM
  3. changing background image from many tiles to one piece.
    By birdlim in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Mar 2008, 09:33 PM
  4. 'Larger Image' Window Size & Background
    By zlagdash in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jul 2006, 05:44 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