为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Drop down menus do not work

  • 3 个回答
  • 20 人有此问题
  • 1 次查看
  • 最后回复者为 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.

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (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

选择的解决方案

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.