-1

我已经安装了页面滚动到顶部,但它不起作用。什么都没有显示。

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

我只是不知道该怎么办。

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

4

1 回答 1

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;
}

您在后台提供的 url-“html/icon_top.png”似乎无效。因此,向上滚动箭头位于您的页脚(右侧)中。但它没有显示,因为网址找不到图像。所以我建议你检查正确的网址。

目前,您可以通过单击页脚右侧的来查看您的脚本正在运行。(距右侧 1 英寸远,位于页脚的垂直中间。)

于 2012-08-29T15:33:31.327 回答