有时需要双击链接
有时我需要单击 sIFR 链接才能“激活”它。 我将鼠标悬停在它上面,但什么也没发生。 我单击它,然后将鼠标悬停在它上面,然后它就可以正常工作了。 这似乎主要发生在页面渲染时不在视口内的项目(您必须滚动才能看到的项目)。 有解决办法吗?
On occasion I need to click a sIFR link in order to "activate" it. I hover over it and nothing happens. I click it, then hover over it and then it works correctly. This seems to mostly happen with items that are not within the viewport when the page renders (items you have to scroll to see). Is there a fix for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您将 Flash 影片的
wmode
设置为transparent
或opaque
且包含在float 中时,这在 Firefox 中往往会出现问题
ed 元素。 删除 wmode 应该可以解决该问题。This tends to be a problem in Firefox when you have a Flash movie with
wmode
set totransparent
oropaque
, contained in afloat
ed element. Removing the wmode should resolve the issue.