Results 1 to 10 of 28

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: adding a background image

    Here my stylesheet where I added the image info.
    #logoWrapper{

    background-image: url(../images/smartbg.jpg);

    background-repeat: repeat-x;

    background-color: #ffffff;

    height:300px;

    }

    #logoWrapper_19 {
    background-image: url(../images/smartbg_19.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:300px;
    }
    #logoWrapper_5 {
    background-image: url(../images/smartbg_5.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:300px;
    }
    #logoWrapper_13 {
    background-image: url(../images/header_3.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:300px;
    }

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

    Default Re: adding a background image

    (Replied to pm.)

    In short, you need something like
    Code:
    .smartBG_19 #logoWrapper {
        background-image: url(../images/smartbg_19.gif);
        ...
        }
    .smartBG_5 #logoWrapper {
        background-image: url(../images/smartbg_5.gif);
        ...
        }  
    .smartBG_13 #logoWrapper {
        background-image: url(../images/smartbg_13.gif);
        ...
        }
    assuming 19, 5 and 13 are the category ids.

    P.S. - I forgot to mention in the pm that header_5.jpg won't work. You need to name it smartbg_##, and the code is written to use gifs, not jpgs. You can change the .gif references to .jpg if you want, but then they must all be jpgs.
    Last edited by gjh42; 27 May 2008 at 07:40 AM.

 

 

Similar Threads

  1. Adding background image
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Jan 2011, 06:20 AM
  2. Adding tiled background image
    By Chestnut Junction in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2009, 02:16 PM
  3. Adding a background image
    By Jen Will in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 30 Jan 2008, 03:14 PM
  4. Adding a background image in Layout Boxes
    By v.kirk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2007, 04:06 AM
  5. .rightBoxHeading - adding a background image
    By bobblebob in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Oct 2006, 02:24 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