简体   繁体   English

网站链接不适用于Google Chrome,但适用于Firefox

[英]Website links not working on google chrome but work fine for firefox

When I open my website in Firefox it works fine. 当我在Firefox中打开网站时 ,它可以正常工作。 However, in Google Chrome the sign-in button, add-to cart button, etc do not work. 但是,在Google Chrome浏览器中,登录按钮,附加购物车按钮等不起作用。

Please help me and if required some code please tell me i will update question with code. 请帮助我,如果需要一些代码,请告诉我我将用代码更新问题。

Try this. 尝试这个。

Leave all css at the top head. 将所有CSS留在顶部。

All js after /body also make sure the jquery is at the first after the /body / body之后的所有js还应确保jquery在/ body之后的第一个

It is your css and you need to add a margin-top:30px to clear the other div from the covered div. 这是您的CSS,您需要添加margin-top:30px来清除覆盖的div中的另一个div。 Tested and working on Chrome. 经过测试并在Chrome上运行。

@media (min-width: 1200px)
.col-lg-9 {
width: 75%;
margin-top: 30px;

} }

在此处输入图片说明

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

相关问题 mpdf 不能在谷歌浏览器中工作,但在 Firefox 中工作正常 - mpdf not working in Google Chrome but working fine in firefox 表格提交不能在Firefox中使用,在chrome中可以正常使用 - form submit not working in firefox , works fine in chrome jQuery,可以在Chrome中正常运行,但不能在Firefox和Safari中运行 - Jquery,working fine in Chrome, but not in Firefox and Safari 为什么会话不能在Internet Explorer和Google Chrome中正常启动,但是在Firefox中可以正常工作? - Why don't sessions start properly in Internet Explorer and Google Chrome, but work fine in Firefox? 警报在 chrome 上工作,但在 firefox 上不起作用 - Alert work on chrome but not working on firefox 网站无法在FireFox上运行,但可以在Safari和Chrome上运行 - Website not working on FireFox but works on Safari and Chrome JSON.parse 在 Chrome 上出错,但在 Firefox 上工作正常 - JSON.parse gives error on Chrome but working fine with Firefox Ajax 调用/javascript - 在 IE、Firefox 和 Safari 上运行良好,但在 Chrome 上运行不正常 - Ajax call/javascript - working fine on IE, Firefox and Safari but not on Chrome Onclick在IE或Firefox中无法使用,但在Chrome中可以使用 - Onclick not working in IE or Firefox but does work in Chrome laravel记得我不在Firefox的chrome工作中工作 - laravel remember me not working in chrome work in firefox
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM