Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

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

IE Browser OK on my website (MS Expression Web)...all internal hyperlinks OK...but using firefox links on only first page (default.htm) buttons dont work.

  • 3 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par rondick

more options

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

Solution choisie

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

Lire cette réponse dans son contexte 👍 3

Toutes les réponses (3)

more options

Solution choisie

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

more options

Thanks jscher2000 for coming back on this. Will try your suggestion and let you know how I go. Much appreaciate your input.

more options

to jscher2000

Thanks a million. Problem fixed. Did control+ f in the HTML code, found layer47 (without the space) and deleted. Walla! fixed.