添加网页动态滚动进度条|滚动指示器

<!--动态滚动进度条--><div class="scroll-line" style="z-index: 999;position: fixed;height: 3px;margin-top: 0px;background-color: #6B999B;width: 0%;"></div><script type="text/javascript">    $(window).scroll(function() {        var winTop = $(window).scrollTop(), //滚动条的位置                docHeight = $(document).height(),   //文档高度                winHeight = $(window).height(); //窗口高度        var scrolled = (winTop / (docHeight - winHeight))*100;        $('.scroll-line').css('width', (scrolled + '%'));    });</script>




南图
南图管理员

  • 声明:本文由南图于2022-02-16发表在南图博客 - 优质稀缺资源发布平台,努力创造一个顶级资源站,如有疑问,请联系我们。
  • 本文地址:https://www.nta6.com/post/46.html
上一篇:宝塔插件腾讯云COSCF出现 bin/sh: cosfs: command not found 解决办法
下一篇:给自己的网站添加一颗地球仪教程

留言评论

暂无留言
取消
扫码支持