1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Div Wallpaper

Discussion in 'CSS' started by kc3, Aug 30, 2009.

  1. #1
    Okay, so for some reason this code does *not* set a wallpaper image, it does change the size but that's it. The div I'm using DEFINITELY has a class set to semitop and that is definitely the correct URL to the image, any ideas?

    div.semitop {
    background-image:url(./templates/main/images/header_wallpaper.jpg);
    background-repeat:repeat;
    width:100%;
    height:75px;
    }
     
    kc3, Aug 30, 2009 IP
  2. kc3

    kc3 Peon

    Messages:
    857
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    nvm, figured it out, the style is in a template and most of the files use a path that goes directly from the home directory to the template BUT apparently not with the css file.
     
    kc3, Aug 30, 2009 IP