Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0
}
body {
	height:2000px
}
#box {
	height:400px;
	width:300px;
	overflow:hidden;
	border:1px solid #ccc;
	position:relative;
	margin:20px
}
#box #scroll {
	height:50px;
	width:5px;
	background:#ccc;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer
}
p {
	margin-right:30px;
	position:absolute;
	top:0;
	left:0
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

js自定义滚动条

2
      Engineer0
      2017/7/5 17:06:18

      请问兼容性怎么样?有测试么?

          老头子0
          2017/7/7 10:17:00
          没有测试,就是自己平时有时间写着玩的
      回复