View Single Post
  #6  
Old 05-11-2010, 09:31 AM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Replace top_image.jpg with gif

HA! I found that little sucker.

It's in the skin1\altskin.css file

Code:
#header .line1 .logo { background: url(images/custom/top_image.jpg) no-repeat right top; height: 192px; position: relative; padding-top: 0px; margin-left: 0px; width: auto; }

I put my bannerdogs.gif in the skin1/images/custom/ folder change the top_image.jpg to bannerdogs.gif and tada!!!

I would also think that if you had a Flash File you could modify the head.tpl file and insert it in here somewhere.
Code:
{* $Id: head.tpl,v 1.20 2009/06/05 11:46:27 joy Exp $ vim: set ts=2 sw=2 sts=2 et: *} <div class="line1"> <script src="{$SkinDir}/hr.js" type="text/javascript"></script> <div class="logo"> <div class="logo1"> <a onclick="javascript: $('#hr_menu').hide();" href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/custom/company_logo.gif" alt="" /></a> <div class="logo2"><img src="{$ImagesDir}/spacer.gif" alt="" /></div> </div> </div>
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote