将 sIFR 与 Lightview 结合使用
我对 sIFR 不透明度有疑问。安装 Lightview 后,我有类似的东西:!
http://img267.imageshack.us/img267/3525/31troen.jpg (由于垃圾邮件防护机制,我无法发布图像;))
我尝试添加 wmode: '透明',但它仍然不起作用。 更换电话:
sIFR.replaceElement("h2", named({sFlashSrc: "<?php bloginfo('template_directory'); ?>/candara.swf", wmode: 'transparent', sColor: "#000", sCase: "upper"}));
有什么想法吗?
I have problem with sIFRs opacity. after I've installed Lightview I have something like that: !
http://img267.imageshack.us/img267/3525/31troen.jpg
(I can't post images because of spam prevention mechanism ;) )
I've tried to add wmode: 'transparent', but it still does not work.
Replacement call:
sIFR.replaceElement("h2", named({sFlashSrc: "<?php bloginfo('template_directory'); ?>/candara.swf", wmode: 'transparent', sColor: "#000", sCase: "upper"}));
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sIFR 2 中的参数是 sWmode,但无论如何您确实应该使用 sIFR 3。
The argument in sIFR 2 is
sWmode
, but you really should be using sIFR 3 anyway.