搜索 | 用户支持

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

Learn More

Only bottom of small-image link works

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

more options

Wordpress site, right column, top. Four small images, each with a link. In Firefox (28.0), only the bottom part of these images provide links. In IE, the entire images work fine as links.

http://ca-bankruptcylaw.com

Here is the code for the images and links.

    <p><a href="https://plus.google.com/u/0/%2BMalcolmRuthven/posts" target="_blank"><img src="/images/icon-google-plus_30x30.png" border="0"></a> 
      <a href="https://www.facebook.com/pages/Malcolm-Ruthven-Bankruptcy-Attorney/204001739622533" target="_blank"><img src="/images/icon-facebook_30x30.png" border="0"></a> 
	  <a href="https://twitter.com/MalcolmRuthven" target="_blank"><img src="/images/icon-twitter_30x30.png" border="0"></a> 
      <a href="http://www.avvo.com/attorneys/94903-ca-malcolm-ruthven-250064.html" target="_blank"><img src="/images/icon-avvo2_30x30.png" border="0"></a> 
      <a href="http://www.yelp.com/biz/malcolm-ruthven-san-rafael-2" target="_blank"><img src="/images/icon-yelp2_30x30.png" border="0"></a> 
    </p>
Wordpress site, right column, top. Four small images, each with a link. In Firefox (28.0), only the bottom part of these images provide links. In IE, the entire images work fine as links. http://ca-bankruptcylaw.com Here is the code for the images and links. <pre><nowiki> <p><a href="https://plus.google.com/u/0/%2BMalcolmRuthven/posts" target="_blank"><img src="/images/icon-google-plus_30x30.png" border="0"></a> <a href="https://www.facebook.com/pages/Malcolm-Ruthven-Bankruptcy-Attorney/204001739622533" target="_blank"><img src="/images/icon-facebook_30x30.png" border="0"></a> <a href="https://twitter.com/MalcolmRuthven" target="_blank"><img src="/images/icon-twitter_30x30.png" border="0"></a> <a href="http://www.avvo.com/attorneys/94903-ca-malcolm-ruthven-250064.html" target="_blank"><img src="/images/icon-avvo2_30x30.png" border="0"></a> <a href="http://www.yelp.com/biz/malcolm-ruthven-san-rafael-2" target="_blank"><img src="/images/icon-yelp2_30x30.png" border="0"></a> </p></nowiki></pre>

由cor-el于修改

所有回复 (3)

more options

This usually happens when another element is overlaying that space.

You can right-click the not working area and use Inspect Element to open the Inspector to see what element is selected.

more options

Thanks very much for that reply. Sure enough, the inspector shows a rectangular element stating at the top of the menu bar and extending down through about 2/3 of the way through those small social media icons.

The code that creates that too-high element is buried somewhere in Wordpress, so now I'll post a question over on that forum.

But... Why does that element not interfere with the image links in IE but does interfere in Firefox?

more options

This element might not be present in IE or IE allows to click through this element. Firefox doesn't do this.