Quote:
Originally Posted by LadynRed
Yes, set the font SWF to wmode=transparent, that should fix it.
|
I have tried that here:
Code:
<!-- sIFR -->
<script type="text/javascript">
if(typeof sIFR == "function"){
sIFR.replaceElement("h1", named({sFlashSrc: "skins/bpf2/sIFR/cantoria.swf", wmode: "transparent", sColor: "#d00f00"}));
};
</script>
but this does not do the trick, or do i have to put this somewhere else?
|