Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 2 odpowiedzi
  • 3 osoby mają ten problem
  • 12 wyświetleń
  • Ostatnia odpowiedź od 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.

Wszystkie odpowiedzi (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.