Re: Add a Background to Header
I've double checked that we are on the right track - if this was your css class, it works fine:
#header .line1 {
background: url("http://www.classicrockcreations.net/skin/fashion_mosaic_green/images/fashion_mosaic/company_logo.gif") repeat scroll 0 0 transparent;
height: 102px;
margin: 0;
}
So you just need to tweak it all together.
|