Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    46
    Plugin Contributions
    0

    Default Adding images to additional side bars

    Evening All! I've added two "extra" side bars and named then navColumnThree and Four (copying the existing 1 and 2 code in a custom stylesheet. What i want to do is set a background image for these two blank side bars.

    Www.jambaroo.co.uk

    I then want the header to sit between the two new sidebars (so they go all the way from the top to the bottom of the screen.)

    This is an example - i want something like the two green cloud sidebars:- http://www.fabulouskids.co.uk/

    I've tried adding {background-image:'logo.gif'} to the #navcolumnthree and #navcolumnthreewrapper as well as .rightcontent (although that would background image both the right hand bars??) but I can't get an image to appear at all? I've also tried adding the full URL for the image.

    Any ideas?

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding images to additional side bars

    I've tried adding {background-image:'logo.gif'}
    Wrong form- - should be like
    Code:
    background-image: url(../images/header_bg.jpg);

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

    Default Re: Adding images to additional side bars

    You're working way too hard for this - all you need is to put the image as a background for the body {} rule. Let it repeat and it will cover all space outside the #mainWrapper area.
    There could be a few ways of detailing it depending on exactly how you want the side images to work.

  4. #4
    Join Date
    Oct 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Adding images to additional side bars

    I tried adding the background image to the whole body tag in the CSS but that didn't work either. It seems to flash behind the body when I load it though. I remove the side bar background colours but still don't see it?

    Thanks

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding images to additional side bars

    I remove the side bar background colours but still don't see it?
    Make the color "transparent"

  6. #6
    Join Date
    Oct 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Adding images to additional side bars

    Added background-color:transparent to the body and to the individual #NavColumns. Still doesn't work.

    I'll have a better look at it tonight and i'll copy the code I have but if anyone else has any more ideas in the mean time?!

 

 

Similar Threads

  1. Additional Product images to the side of main image
    By kezan98 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Oct 2012, 01:48 AM
  2. Additional images side by side
    By jvanree in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jul 2008, 10:55 AM
  3. Adding Scroll Bars to Pop Up Images
    By estrange in forum General Questions
    Replies: 1
    Last Post: 30 Mar 2007, 07:41 AM
  4. Additional images display side by side
    By motech in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Feb 2007, 03:18 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