0

I am using a HTML5 CSS3 jquery template (vivid photo) that I have modified greatly and everything works GREAT on my computer(local host).... I also integrated colorbox jquery.

However, as soon as I uploaded it to a server online, The popup javascript for the navigation menu is not working, and I believe on IE9, the bottom image bar is not loading...

Here it is: http://tinyurl.com/89lst8j

Any help? I am not that good at programming, but I am good at trial and error and manipulation of scripts... I am just confused that if it works on my local host... it must be something with the online server that is not working right??

Please help if you can, thanks!

http://pritesh.info/vivid-photo-2/ Here was the template I modified which looks like it works... I just added more pop-up commands for several more navigational items and added colorbox... not much else between swapping content.

4

1 回答 1

1

看起来您在页面加载时的 functions.js 中的第 95 行有一些 javascript 错误。这可以防止在页面加载时进一步执行其他 javascript 代码。可能这会破坏您的导航菜单弹出窗口。

页脚导航似乎在 ie 和 Firefox 中都不起作用(扩展的页脚窗格为空)。但是,导航(图像)栏在浏览器 ff 和 ie9 中都加载。

要在不同的浏览器中测试您的网站,您可以安装 IETester 或类似的工具(例如spoon.net)。在 Firefox 中,您可以使用 Firebug 查看幕后。

离题但你可能感兴趣:你做了很多下载超过 2MB 的请求,这对于初始页面加载来说是相当多的。您可以通过减少请求数量来提高网站的性能。

于 2012-04-10T22:28:48.260 回答