百度
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求制作一个简单网页代码,只需要一些文字加张图片

文章数据信息:

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