How to Put background image like this?

Discussion in 'HTML & Website Design' started by bushib, Aug 22, 2007.

  1. #1
    bushib, Aug 22, 2007 IP
  2. cbn81

    cbn81 Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check out the CSS, you can see this:

    .mainback {
    background-image: url(../images/main_back.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    }

    This is where they define the background
     
    cbn81, Aug 22, 2007 IP
  3. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #3
    .mainback {
    background-image: url('../images/main_back.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    }

    grrr...don't like people not using quotes in the image url
     
    twistedspikes, Aug 22, 2007 IP
  4. webdevconcepts

    webdevconcepts Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You have to first design the image in terms of sizing specifications. It has to be as big/small as you want the entire page to appear in html. To make a portion of the background image dim like that, you need to modify its opacity in a program like Photoshop, save it, and then apply it as a background to your site. Just use the dotted box and put it around the portion that you want to have a lower opacity.

    Hope this helps.
     
    webdevconcepts, Aug 22, 2007 IP
  5. swaft

    swaft Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    use that css for your image if you are familiar with css style..but if you'r not familiar with them just try webdeconcepts way(using macromedia dreamwever should be more practice).
     
    swaft, Aug 23, 2007 IP