Fork me on GitHub

background-image won´t show!  Bottom

  • Hi..

    first of all, I´ve tried to find similar problem in the forum but with no sucess. I hope you can help me, this must be simple...:

    I´m trying to change the background image for the hole site.

    this is the style tag for the body:

    BODY {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    COLOR: #333333;
    background-image: URL(/themes/temastefan/images/camo.gif);
    background: #555555;
    }
    The color works fine to change, no problems.. but the background image won´t show.. the path is ok..

    any idea?

    Thanks,
    Stefan
  • Try this instead!

    background-image: URL(../images/camo.gif);

This list is based on users active over the last 60 minutes.