搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Image link problem

  • 3 个回答
  • 11 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

Click on the share button and share buttons will show up but i can't click on the share button images like the facebook share. the html tag is, <a href="facebook"></a>

I have no problems in other browsers, just firefox.

Please help.

Click on the share button and share buttons will show up but i can't click on the share button images like the facebook share. the html tag is, <a href="facebook"><img src="facebook.png"></a> I have no problems in other browsers, just firefox. Please help.

由chibib0于修改

被采纳的解决方案

Looks like a problem with the span with class="addthis_toolbox addthis_default_style" that isn't closed and has the two last buttons because of that in Firefox. That SPAN covers all the links because it is positioned just before those buttons in Firefox.

You can select that part of the page and use View Selection Source in the right-click context menu.

You can also use the DOM Inspector to see what Firefox makes of that code.

定位到答案原位置 👍 1

所有回复 (3)

more options

选择的解决方案

Looks like a problem with the span with class="addthis_toolbox addthis_default_style" that isn't closed and has the two last buttons because of that in Firefox. That SPAN covers all the links because it is positioned just before those buttons in Firefox.

You can select that part of the page and use View Selection Source in the right-click context menu.

You can also use the DOM Inspector to see what Firefox makes of that code.

more options

Thanks! Found the problem.. Its the style..

more options

You're welcome