简体   繁体   English

响应式菜单不适用于Firefox

[英]Responsive menu doesn't work for firefox

I recently switched my menu to a responsive menu. 我最近将菜单切换为响应菜单。 I'm not the best with html so I used a free menu. 我不是用html最好的,所以我使用了免费菜单。 It works perfectly fine, even on mobile, but it doesn't seem to work on firefox. 即使在移动设备上,它也可以很好地工作,但在Firefox上似乎不起作用。 Sadly our site gets a bit of traffic after some advertising for our horse and I just switched the whole site to the new design. 遗憾的是,在为我们的马做一些广告宣传之后,我们的网站流量有所增加,我只是将整个网站切换为新设计。 Now I don't want people to look at our site and not see a menu so I don't know what to do which is why I'm asking for help here. 现在,我不希望人们浏览我们的网站而不看到菜单,所以我不知道该怎么办,这就是为什么我在这里寻求帮助。

http://ykw-gypsyhorses.com/ is my website. http://ykw-gypsyhorses.com/是我的网站。 Does anyone know how to fix it? 有谁知道如何修理它? I don't want to mess up my coding again so I haven't tried anything yet. 我不想再次弄乱我的编码,所以我还没有尝试过任何东西。

Try adding position:absolute; 尝试添加position:absolute; and z-index:10000; z-index:10000; to the menu's selector. 到菜单的选择器。 This will ensure that the menu stays on top. 这将确保菜单停留在最前面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM