简体   繁体   English

该网站可以在除Firefox之外的其他浏览器上正常运行

[英]Site works fine on other browsers except for Firefox

I am new to this coding stuff and I've made a portfolio site and it works fine on chrome and safari but for some reason in Firefox the projects section doesnt work right, theres no skew and I can't click on the more info button, any ideas? 我是这个编码技术的新手,我已经建立了一个投资组合网站,它在chrome和safari上正常工作,但是由于某些原因,在Firefox中,项目部分无法正常运行,没有倾斜,我无法单击更多信息按钮, 有任何想法吗? portfolio site 投资组合网站

Try to remove z-index: -1; 尝试删除z-index: -1; property from .projects class. .projects类的属性。 With z-index: -1; 带有z-index: -1; you are hiding block with more info buttons below the body block, and you can't click it. 您将隐藏的块隐藏在body块下方,而more info按钮则无法单击。

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

相关问题 该网站可以在Firefox中运行,但没有其他浏览器,为什么? - site works in firefox but no other browsers, why? 脚本适用于其他浏览器但不适用于Firefox - Script works in other browsers but not in Firefox Googlemaps侦听器在Firefox中可以正常加载,但在其他浏览器中则无法加载 - Googlemaps listener loading fine in firefox but not in other browsers 在FireFox中滚动时,固定位置的div移动到侧面,在其他浏览器中工作正常 - Fixed positioned div moves to the side while scrolling the in FireFox, works fine in other browsers 此代码在使用 Internet Explorer 打开时工作正常,但在我使用 firefox 或其他浏览器打开时无法工作 - This code works fine when opened with internet explorer but fails to work when i open it with firefox or other browsers 图片 <option>适用于Firefox,但不适用于其他浏览器 - Image for <option> works in firefox but not works in other browsers 此代码在IE中均适用于所有其他浏览器 - This code works in all other browsers except in IE 适用于除Firefox以外的所有浏览器的ASP.NET TreeView代码 - ASP.NET TreeView code that works in all browsers except Firefox 脚本不起作用(但在其他站点上可以正常工作) - Script not working (but works fine on other site) Mozilla Firefox或Chrome以外的其他浏览器的缩放动画 - Zoom animation for Mozilla Firefox or other browsers except Chrome
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM