View Single Post
  #2  
Old 01-31-2012, 01:52 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default Re: Add a Background to Header

Try adding the background to your css file - in the class:
#header .line1

So you'd have:
#header .line1 {
height: 102px;
margin: 0;
background:transparent url(location) no-repeat left top;


}
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote