开发者

Hyper link, forms not working in Google Chrome and Firefox. They work fine in Internet Explorer

开发者 https://www.devze.com 2023-02-14 07:03 出处:网络
I have changed the template o开发者_JS百科f my website. It was working fine in the old template.

I have changed the template o开发者_JS百科f 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消