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!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Why does it only scroll to the first named anchor within a page?

  • 2 回覆
  • 3 有這個問題
  • 12 次檢視
  • 最近回覆由 jkwasnik

more options

Page links of the form URL#anchTag will ONLY scroll to the first named anchor (form <a name="anchTag"></a>). Links to any additional named anchors only scroll to the first.

Firefox 3.6.8 on WinXP SP3 and 3.6.10 on WinXP SP2 show this behavior.

Firefox 2.0.0.20 on Win2K SP4 DOES NOT show this behavior; anchor tags behave as they should.

Page links of the form URL#anchTag will ONLY scroll to the first named anchor (form <a name="anchTag"></a>). Links to any additional named anchors only scroll to the first. Firefox 3.6.8 on WinXP SP3 and 3.6.10 on WinXP SP2 show this behavior. Firefox 2.0.0.20 on Win2K SP4 DOES NOT show this behavior; anchor tags behave as they should.

所有回覆 (2)

more options

Do you mean that all those anchor tags have the same name?

more options

cor-el:

Of course not ... I just didn't want to list them.

all:

In any case, we found a solution. The named anchors were located under <tr> elements in a formatting table. Firefox prefers them in <td> elements. Making this change fixed the problem.