Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Named anchor links in Firefox cause the page layout to break for my website.

  • 2 réponses
  • 7 ont ce problème
  • 20 vues
  • Dernière réponse par rrightmyer

more options

Named anchor tags are now causing unexpected results in Firefox 5.0. The problem happens when we link to a page that has a named anchor, like this: "http://www.mysite.com/page/#link"

On the resulting page is an anchor tag like this: <a name="link"></a>

Upon visiting the link, it causes the content of the container where the target link resides to be cutoff. This has never happened in previous versions of Firefox. We've tested the same exact links in Google Chrome and Safari and they work as expected (the layout is not affected).

Named anchor tags are now causing unexpected results in Firefox 5.0. The problem happens when we link to a page that has a named anchor, like this: "http://www.mysite.com/page/#link" On the resulting page is an anchor tag like this: <a name="link"></a> Upon visiting the link, it causes the content of the container where the target link resides to be cutoff. This has never happened in previous versions of Firefox. We've tested the same exact links in Google Chrome and Safari and they work as expected (the layout is not affected).

Toutes les réponses (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

I will do that, thanks!