Thread: Company Logo
View Single Post
  #6  
Old 08-06-2009, 08:50 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Company Logo

check this CSS.
The css uses a background image for the l;ogo no an inline <img> tag.


#header .line1 .logo a:link,
#header .line1 .logo a:visited,
#header .line1 .logo a:hover,
#header .line1 .logo a:active
{
display: block;
width: 228px;
height: 50px;
background: transparent url(images/fashion_mosaic/company_logo.gif) no-repeat left top;
}
#header .line1 .logo img {
display: none;
}
__________________
xcart 5.1.2
Reply With Quote