超链接、表单在 Google Chrome 和 Firefox 中不起作用。它们在 Internet Explorer 中运行良好

发布于 2024-10-19 11:47:18 字数 328 浏览 0 评论 0原文

我已经更改了我的网站模板。它在旧模板中运行良好。 此后,文本字段和表单元素中的超链接将停止工作。 例如: http://agmrcet.com/cons/index.php/contact-us< /a> http://agmrcet.com/cons/index.php/web-links

I have changed the template of my website. It was working fine in the old template.
After this, the hyperlinks in the text fields and the form elements have stopped working.
Ex: http://agmrcet.com/cons/index.php/contact-us
http://agmrcet.com/cons/index.php/web-links

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘落散花 2024-10-26 11:47:18

问题在于

<div id="ry-footer" class="clearfix"></div>

它创建了一个包含链接和文本字段的 div...因此在 Firefox 和 Chrome 中,当您尝试单击链接时,您实际上单击了 ry-footer 并且没有任何反应。

删除(或编辑该 div 的样式),它将再次起作用。

The problem is in the line

<div id="ry-footer" class="clearfix"></div>

It creates a div that covers the links, and text fields... so in Firefox and Chrome when you try to click a link, you really click the ry-footer and nothing happens.

Remove (or edit the style of that div), and it will work again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文