Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Drop down menus do not work

  • 3 odpovede
  • 20 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od 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.

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (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

Vybrané riešenie

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.