自定义滚动条,兼容IE和其他浏览器
scrollBar.js
parent node must be set width(or height)
custom scrollBar.
usagevar bodyScrollBar = new ScrollBar(document.body,{ // barY : true, // barX : true, // onscroll : function(scrollTop,scrollLeft){ // do something... // } });
new ScrollBar(document.getElementById("box"));
window.onresize = function(){ bodyScrollBar.resize(); };
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。