gpt4 book ai didi

html - 按钮在 chrome 中工作但在 mozilla 中不工作

转载 作者:太空宇宙 更新时间:2023-11-04 15:07:07 25 4
gpt4 key购买 nike

我正在使用这个 html 代码,这个类属于 bootstrap.css

<button class="btn btn-success">
<a style="color:white;" href="/registration/form">REGISTER</a>
</button>

在 chrome 中点击按钮会转到给定的链接,但它在 mozilla firefox 中不起作用

最佳答案

我不确定是什么原因造成的,但是如果您将 <a>标记到按钮中,它将解决问题:

<a class="btn btn-success" style="color:white;" href="/registration/form">REGISTER</a> 

关于html - 按钮在 chrome 中工作但在 mozilla 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25509876/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com