Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: adding an image behind the sideboxes?

    I guess we'll need a link to your site.

  2. #12
    Join Date
    Apr 2005
    Posts
    3
    Plugin Contributions
    0

    Default Re: adding an image behind the sideboxes?

    I believe that the image needs to go into the includes/templates/YOUR-TEMPLATE/images directory. Not the images directory in the root of your store...

    If you have Firefox, you can right click on the shaded image in the title bar, and click properties and it will give you the full URL of there that image was loaded from. That's where you need to put your new image.

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

    Default Re: adding an image behind the sideboxes?

    I was one forward slash short:

    #navColumnOne {
    background-image: url(..//images/bamboo_sidebar.jpg);
    background-repeat:repeat-x
    }


    Works for me in Firefox Web Developer, a tool you should download ASAP. Very handy for stuff like this.

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: adding an image behind the sideboxes?

    background-image: url(../images/your_image.jpg); should work correctly if the template /images/ folder is in the right place... odd that adding the extra / makes it work.

  5. #15
    Join Date
    Jul 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: adding an image behind the sideboxes?

    I've been working on this for ages with no luck, I can do anything to the Navcolumns except get an image to show up. I've even created a new template and only tried to replace the navcolumn image but nothing happens. Any help would be most appreshiated, thank you.
    J

  6. #16
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: adding an image behind the sideboxes?

    If you want specific help with your template you'll need to give a link to see your site. We can't fix it blind.

  7. #17
    Join Date
    Feb 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: adding an image behind the sideboxes?

    It took me a while to figure this out as well as we wanted a background image for the whole page, so we put the image code in the #MainWrapper like below:

    Code:
    #mainWrapper {
    	background-color: #FFFFFF;
    	background-image: url(../images/back.jpg);
        background-repeat: repeat;
    	text-align: left;
    	vertical-align: top;
          border: 1px solid #000000;
    	}
    But we ran into your problem as well. What you have to do is comment out the white background color on the two sidebars.

    Code:
    #navColumnOne {
    	/*background-color: #FFFFFF;*/
          padding: 0.25em;
    	}
    
    #navColumnTwo {
    	/*background-color: #FFFFFF;*/
    This worked for us. You would just need to put the image code in the area stated above for the images to only show up in the sideboxes.

  8. #18
    Join Date
    Jul 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: adding an image behind the sideboxes?

    Thanks guys! all sorted now, looks great.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Adding an image behind new products and featured products
    By missa425 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Aug 2012, 08:46 PM
  2. v150 Adding image behind item titles on product details page
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Jul 2012, 07:00 PM
  3. Add an image behind the search in header
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Apr 2010, 08:23 AM
  4. Adding a background image behind my ZenCart pages
    By vfrazier in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 4 Sep 2008, 03:16 PM
  5. Bgd behind the image preview?
    By lj111970 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 May 2007, 02:09 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