Hi folks,
how can i replace the .png logo with a new flash animated logo?
#header .a {
background: url('../image/logo.png') no-repeat;
behavior: url('catalog/javascript/png/iepngfix.htc');
width: 157px;
height: 32px;
float: left;
position: absolute;
top: 22px;
left: 10px;
}
Many Thanks
BR
Alke
Unfortunately you can't embed the flash (.swf) into CSS. It must be done in the PHP/HTML
I will look into where this needs to happen, In the mean time if somebody knows it better than I. Feel free to answer this
-JO
I will look into where this needs to happen, In the mean time if somebody knows it better than I. Feel free to answer this

-JO
If you make it idiot proof, they will just build a better idiot.
done!
in the header.tpl add
var so = new SWFObject("image/textmask.swf", "textmask.swf", "531", "90", "7", "#000000");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam("salign", "t");
so.write("flashcontent");
where swfobject.js is a script that you can find here http://blog.deconcept.com/swfobject/
in the header.tpl add
var so = new SWFObject("image/textmask.swf", "textmask.swf", "531", "90", "7", "#000000");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam("salign", "t");
so.write("flashcontent");
where swfobject.js is a script that you can find here http://blog.deconcept.com/swfobject/
Who is online
Users browsing this forum: No registered users and 2 guests