超链接、表单在 Google Chrome 和 Firefox 中不起作用。它们在 Internet Explorer 中运行良好
我已经更改了我的网站模板。它在旧模板中运行良好。 此后,文本字段和表单元素中的超链接将停止工作。 例如: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于
它创建了一个包含链接和文本字段的 div...因此在 Firefox 和 Chrome 中,当您尝试单击链接时,您实际上单击了 ry-footer 并且没有任何反应。
删除(或编辑该 div 的样式),它将再次起作用。
The problem is in the line
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.