Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Image in an <a> element doesn't link in a <div> element set

  • 2 trả lời
  • 1 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

The following code works in other browsers but not FF, and it stopped working in FF probably around version 14 or so (when I first noticed). \ = angle bracket

<div style="float:left;width:350px;">
<a href="index.html"><img src="red.jpg" alt="red" width="349" height="100" align="left" border="0"></a>
</div>

<div style="position:relative;top:20px;">
<h2 align="center">Text Moved to Right<br>
to test anchor link</h2>
</div>

If you mouse over the red box image area, the anchor only works at the top and bottom margin of the image. If you remove the second <div>, the anchor element works ok. This works with other browsers I've tried, just not with FF.

I tried setting display:block for the <img> element to no avail. Maybe something changed in the browser's main rendering engine that's now causing this.

Thanks.

The following code works in other browsers but not FF, and it stopped working in FF probably around version 14 or so (when I first noticed). \ = angle bracket <pre><nowiki><div style="float:left;width:350px;"> <a href="index.html"><img src="red.jpg" alt="red" width="349" height="100" align="left" border="0"></a> </div> <div style="position:relative;top:20px;"> <h2 align="center">Text Moved to Right<br> to test anchor link</h2> </div></nowiki></pre> If you mouse over the red box image area, the anchor only works at the top and bottom margin of the image. If you remove the second <nowiki><div></nowiki>, the anchor element works ok. This works with other browsers I've tried, just not with FF. I tried setting display:block for the <nowiki><img></nowiki> element to no avail. Maybe something changed in the browser's main rendering engine that's now causing this. Thanks.

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

Tất cả các câu trả lời (2)

more options

Fixed the code in the previous post.

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

more options

You may need a clear div because you have floating content.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.