swf files for logos

Let the rewriting of 6.1.6 begin in the logo department.  Not sure why this is screwing with my brain, but it is, so here it is for everyone else to see if we can figure it out.

 

Uploading an .swf file to 6.1.6 for logo, only the admin panel will not allow .swf files so I have bypassed it by changing the current logo name from logo.gif to logo1.gif to get it out of there, next I tried 2 different routes and it's still not pulling it:

 

templates/tmpl_uni/css/general.css

 

img.mainLogo
 {
  backround-image:url("http://yoursite.com/images/logo.swf");
  background-repeat:no-repeat;
  position:absolute;
  top:4px;
  left:4px;
 }

 

 

templates/tmpl_uni/_header.html

 

<div class="topBlock">
   <img src="http://yoursite.com/images/logo.swf" />
   __hello_member__
  </div>
  __banner_top__
  <div class="topMenuWrapper">
   __top_menu__

 

Neither of these solutions is pulling it, though it appears in the page code when I run firebug on the site.  Any ideas?

Quote · 8 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.