分享 IE7 中的此问题 - 无法选择/单击弹出表单下方的任何内容
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher:'b42661f5-2dc5-4ceb-9861-3ef8a6e942be'});</script>
<div id="smTweet">
<span st_url="" displaytext="Like" class="st_fb_like_vcount"> </span>
<span st_url="" st_title="" displaytext="Tweet" class="st_twitter_vcount"> </span>
<span st_url="" displaytext="Email" class="st_email_vcount"> </span>
<span st_url="" displaytext="Share" class="st_sharethis_vcount"> </span>
</div>
<div style="width:400px;text-align:right">
<a href="#">LINK 1</a>
</div>
jsFiddle 在这里: http://jsfiddle.net/k_rma/er3Mq/
这就是当你悬停时的情况通过“共享”或“电子邮件”,将弹出“共享此”表单。 关闭它后,您将无法再单击“链接 1”(或 ShareThis 表单中涵盖的任何内容)。
知道如何在 IE7 中解决此问题吗?
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher:'b42661f5-2dc5-4ceb-9861-3ef8a6e942be'});</script>
<div id="smTweet">
<span st_url="" displaytext="Like" class="st_fb_like_vcount"> </span>
<span st_url="" st_title="" displaytext="Tweet" class="st_twitter_vcount"> </span>
<span st_url="" displaytext="Email" class="st_email_vcount"> </span>
<span st_url="" displaytext="Share" class="st_sharethis_vcount"> </span>
</div>
<div style="width:400px;text-align:right">
<a href="#">LINK 1</a>
</div>
jsFiddle here: http://jsfiddle.net/k_rma/er3Mq/
Here's the thing, when you hover over "Share" or "Email", the ShareThis form pops up.
When you close it, you can't click on "Link 1" anymore (or anything that was covered by the ShareThis form for that matter).
Any idea how to work around this issue in IE7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在ie9和ie7模式下测试过,一切正确。
I tested it in ie9 with ie7 mode and there is all correct.