Cant place an image correctly. Please help

Discussion in 'HTML & Website Design' started by fuser00, Nov 22, 2011.

  1. #1
    Hi, I want to place a header image in this site: http://bit.ly/us26t9 but as you can see, it colapses with the navigation bar. How can I correctly place it so that it looks like this one: http://bit.ly/dCzBwz

    Thanks,

    fuser

    PD: Heres the code


     
    fuser00, Nov 22, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    Edit the CSS #header to 200 px as in the other site and that should work for you.

    #header { height: 146px; margin-top: 10px; position: relative; }

    That line under the structure
     
    Toycel, Nov 22, 2011 IP
  3. fuser00

    fuser00 Well-Known Member

    Messages:
    1,212
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    150
    #3
    Hi, ive tried that but it hasnt changed...
     
    fuser00, Nov 22, 2011 IP
  4. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #4
    Try these two changes:

    #nav {
    left: 0;
    position: absolute;
    top: 125px;
    width: 985px;


    }

    body {
    background: url("img/bg-body.png") no-repeat scroll 50% 124px transparent;
    font: 100.1%/1.5 "Helvetica Neue",Arial,"Lucida Grande","Lucida Sans Unicode","Microsoft YaHei",sans-serif;
    text-align: center;


    }
     
    MsNN, Nov 22, 2011 IP
  5. sanchyclub

    sanchyclub Well-Known Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    105
    #5
    It looks of to me!
     
    sanchyclub, Nov 24, 2011 IP