sIFR onReplacement 示例
有人可以告诉我在 sIFR.replace 中调用 onReplacement 回调的正确方法吗?
这是我当前的 sIFR.replace 方法调用:
sIFR.replace(mainNavFont, {
selector: 'a.nav-item',
css: '.sIFR-root { color: #ffffff; cursor:pointer;}',
wmode:'transparent',
fitExactly: true,
tuneWidth:10,
offsetLeft: 5,
forceSingleLine: true
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样:
此外,您会发现直接替换
会破坏大多数浏览器中的链接。 您必须替换父元素,以便链接最终位于 Flash 影片内。
Like this:
Also, you'll find that replacing the
<a>
directly will break the links in most browsers. You have to replace the parent element such that the link ends up inside the Flash movie.