Results 1 to 3 of 3
  1. #1

    help question Background image not showing up with CSS

    I created a simple GIF image of a very faint color gradient. The image size is 20x600 pixels. I set my CSS as follows:

    body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 64%;
    color: #000000;
    background-image: url(..images/background.gif);
    background-repeat: repeat-x; }

    For some reason, I'm not seeing any changes. I even uploaded a test image of solid black (just in case I made the tint too light to see), and I still didn't see any changes.

    Can anyone provide any pointers to get me back on track? I'm not sure if I have my codes are wrong, if there is a conflicting code somewhere, or if I was supposed to place a code in one of my template php files.

    My test site is:
    http://www.cobraplant.com/plants/

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Background image not showing up with CSS

    You seem to have a typo here:

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

    Should be:

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

  3. #3

    Default Re: Background image not showing up with CSS

    Thanks! That fixed the problem.

 

 

Similar Threads

  1. background and header image not showing up
    By ta_mu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jan 2012, 01:38 AM
  2. Help with adding a image to background bars CSS.
    By drgr33n in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Feb 2011, 11:03 AM
  3. Background image not showing
    By mandm in forum General Questions
    Replies: 3
    Last Post: 26 Dec 2009, 02:37 PM
  4. css page numbers - background-image
    By Mrchristoh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 May 2009, 01:33 AM
  5. Background image not showing in IE7
    By kemikel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Mar 2007, 09:32 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