Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Only bottom of small-image link works

  • 3 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi 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>

Được chỉnh sửa bởi cor-el vào

Tất cả các câu trả lời (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.