Can't make wmode: 'transparent' work on sIFR 3

Posted by Synue on Stack Overflow See other posts from Stack Overflow or by Synue
Published on 2010-02-24T20:29:32Z Indexed on 2010/03/18 0:21 UTC
Read the original article Hit count: 651

Filed under:
|
|
|

I've been trying to use sIFR to change some text in my webpage. It works fine until I try to get it to use a transparent canvas. The code I'm using is as follow. I have no idea to fix it. I've seen a lot of people make this questions about wmode: 'transparent' and it all seems to work but mine. Can someone give me a hand???

Without the wmode: 'transparent' property it works fine. When I include the property it doesn't activate sIFR and we get the page as the normal HTML.

sIFR.replace(myriadPro, { selector: '#title1,#title3,#title5,#title7,#title9,#title11,#title13,#title15,#title17,#title19', css: [ '.sIFR-root {background-color:none;font-size:45px;visibility:visible;text-decoration:none;color:#4C4843;cursor:pointer;}' ], wmode: 'transparent' });

© Stack Overflow or respective owner

Related posts about sifr

Related posts about JavaScript