页面滚动到顶部JQuery无法正常工作

时间:2012-08-29 15:01:42

标签: jquery

我已将页面滚动安装到顶部,但它无法正常工作。什么都没有显示出来。

有人可以帮帮我吗?我的网站是:http://www.vipjournal.net

我只是不知道该怎么做。

我已按照此步骤操作。 http://gazpo.com/2012/02/scrolltop/

1 个答案:

答案 0 :(得分:1)

我认为问题在于:

.scrollup {
    background: url("html/icon_top.png") no-repeat scroll 0 0 transparent;
    bottom: 50px;
    display: none;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    right: 100px;
    text-indent: -9999px;
    width: 40px;
}

您在后台提供的网址 - “html / icon_top.png”似乎无效。所以Scroll to Up箭头就在你的页脚(右侧)。但它没有显示导致网址无法找到图像。所以我建议你检查一下这个网址。

目前,您可以通过单击页脚右侧来查看您的脚本是否正常工作。 (距离页脚的右侧和垂直中间1英寸远。)