ChrisMayer

ChrisMayer wrote to Fuse

oops haha just figured it out, I replaced that box with my background image, and made that sections width and height 100% as seen in this code...

#header_home {
width/art/100%;
height/art/100%;
background: url(http://www.shadowness.com/file/item/1250/image.jpg) top center no-repeat;
padding: 10px 10px 40px 11px;
float: left;
}

so I think if you take whatever code you are using and scrap it and just put the above in that css box, with the link to YOUR header image in the url space then it should work just like mine.

Jun 15th, 2007

Replies