百度
360搜索
搜狗搜索

js设置滚动条样式,js设置横向滚动条详细介绍

* { margin: 0; padding: 0; } html, body { width: 100%; height: 100%; } #box { width: 100%; height: 100%; overflow: hidden; } .ball { width: 100%; height: 500px; } #scroll { width: 6px; height: 96%; position: fixed; top: 2%; right: 5px; border-radius: 3px; background-color: rgba(235, 233, 233, 0.5); z-index: 9998; opacity: 1; } #scrollBar { position: absolute; z-index: 9999; width: 6px; height: 20px; border-radius: 3px; left: 0; top: 0; background-color: #383838; }

阅读更多 >>>  html+css+js作业,求一个html或者css、js的网页设计作业?

文章数据信息:

本文主要探讨:"js设置滚动条样式,js设置横向滚动条", 浏览人数已经达到27次, 首屏加载时间:5.204 秒。