sIFR3 - 渲染精美,但链接不可点击
我的网站上正在运行 sIFR3,但由于某种原因,链接无法单击。 我以前从未遇到过这个问题..我只是用它替换 h2,它是我网站上的链接标题。 我如何使 sIFR 能够如此对待它?
I've got sIFR3 running on my site but for some reason, links are not clickable. I've never experienced this issue before.. I'm only replacing h2 with it which is a linked title on my site. How do i enable sIFR to treat it as such?
Site is: http://criticaldesigner.com
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像是 Firefox/Safari 中的一个错误,其中包含在浮动元素中的
wmode
设置为transparent
或opaque
的 Flash 影片不会出现t 正确注册点击事件。 如果可能,请尝试删除wmode
设置。This sounds like a bug in Firefox/Safari where a Flash movie with
wmode
set totransparent
oropaque
, contained in a floated element, doesn't properly register click events. Try removing thewmode
setting if possible.