Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Drop down menus do not work

  • 3 risposte
  • 20 hanno questo problema
  • 86 visualizzazioni
  • Ultima risposta di FredMcD

more options

On websites, particularly my own blogspot website (www.blackdesertcharacters.eu), drop down menus disappear when you move the mouse down to click on a link. This is also an issue for other users as I have had them test this issue on their own PCs. You can access the menu if you scroll down while you see the menu, then the mouse will enter the menu without closing, but obviously this is not an ideal solution and I do not want my users to have to workaround this way just to simply access a drop down menu. The menus work 100% fine on Chrome and IE.

I have tried (and none of these worked): - Starting Firefox in Safe Mode - Disabling hardware acceleration and restarting Firefox - Reinstalling Firefox - Resetting Firefox to default settings

Please advise on this issue as it is driving away Firefox website traffic to my website.

On websites, particularly my own blogspot website (www.blackdesertcharacters.eu), drop down menus disappear when you move the mouse down to click on a link. This is also an issue for other users as I have had them test this issue on their own PCs. You can access the menu if you scroll down while you see the menu, then the mouse will enter the menu without closing, but obviously this is not an ideal solution and I do not want my users to have to workaround this way just to simply access a drop down menu. The menus work 100% fine on Chrome and IE. I have tried (and none of these worked): - Starting Firefox in Safe Mode - Disabling hardware acceleration and restarting Firefox - Reinstalling Firefox - Resetting Firefox to default settings Please advise on this issue as it is driving away Firefox website traffic to my website.

Soluzione scelta

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution more easily.

Thank you for contacting Mozilla Support.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (3)

more options

The bug happens on that website when the window width is greater than about 1200 pixels. Firefox versions going back at least to 14.0.1 behave the same way there. The menus are also bad when the window is very narrow.

The seller of the template should be able to update it to work with Firefox, even if there is an unknown bug in Firefox. I suspect that there just wasn't much testing done on Firefox.

I experimented a little and found an ugly fix that I think would work for the wide-window bug. In the .xml template file, change from:

nav ul { margin: 0; padding: 0; }

to:

nav ul { margin: 0; padding: .7em 0 0 0; }

(I'm not a Mozilla person or a programmer.)

more options

Wa2011f said

The bug happens on that website when the window width is greater than about 1200 pixels. Firefox versions going back at least to 14.0.1 behave the same way there. The menus are also bad when the window is very narrow. The seller of the template should be able to update it to work with Firefox, even if there is an unknown bug in Firefox. I suspect that there just wasn't much testing done on Firefox. I experimented a little and found an ugly fix that I think would work for the wide-window bug. In the .xml template file, change from: nav ul { margin: 0; padding: 0; } to: nav ul { margin: 0; padding: .7em 0 0 0; } (I'm not a Mozilla person or a programmer.)

Thank you I edited the padding as you suggested and this fixed the issue.

more options

Soluzione scelta

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution more easily.

Thank you for contacting Mozilla Support.