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
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
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; }