内部超链接无法在Firefox和Internet Explorer中工作

时间:2014-02-15 09:32:46

标签: javascript html css hyperlink internal

内部超链接滚动在chrome中完美运行,但在fire fox和Internet Explorer中则不然。请告诉我们是什么问题,检查元素可能对您有用。提前致谢。我的网站位于我的网站http://ec2-54-80-147-161.compute-1.amazonaws.com/index_changed.html

1 个答案:

答案 0 :(得分:0)

你的main.js第39行有错误,

Uncaught TypeError: Cannot read property 'offsetWidth' of null 

Chrome有时会运行js,尽管有些错误,而FF和IE等浏览器却没有。 解决错误,您的#links将适用于各种浏览器。

由于您的main.js是缩小版,我们无法提供太多帮助。