Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    76
    Plugin Contributions
    0

    Default using background images in css

    Not sure how to explain what I want to do but I will have a go...

    The catagory header colours can be changed in the css but can I put an image in there and if so how do I do it?

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #222;
    background-color: #333;

    That is the section of css I want to change from the background colour to an image if possible? I have even added a screen capture!
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: using background images in css

    I have just looked in the classic template css as that uses background images and saw this:

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }

    So would it be OK to try the same for my one?

  3. #3
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: using background images in css

    Just add
    background-image:YOUR_FILE_IMAGE;
    background-repeat:no-repeat;

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: using background images in css

    background-image: url(../images/YOUR_IMAGE.gif);

    Above is the correct format and the image goes in includes/templates/YOUR_TEMPLATE/images
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: using background images in css

    I'm sorry, My mistake. Thanks Kim.

 

 

Similar Threads

  1. CSS Question - Multiple Background Images
    By voltage in forum Templates, Stylesheets, Page Layout
    Replies: 28
    Last Post: 11 Dec 2009, 09:19 PM
  2. Using background-images for centerColumn
    By SLeeeper in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 21 Nov 2009, 08:58 PM
  3. Using CSS to change background of links in header
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Jun 2009, 08:04 PM
  4. Trouble with CSS background images
    By Wilbo in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 13 May 2009, 11:05 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