これはJavaScriptを介して作成されていません!
これは純粋なCSSであり、(モバイル以外の)Webkitベースのブラウザーでのみ機能します。
これがCSSコードです。これをCSSファイルに含め、HTMLドキュメントに添付して、.htmlファイルを実行します。これがデモです:http://jsfiddle.net/3ZqGu/
そしてここにCSSコードがあります:
::-webkit-scrollbar {
background:transparent;overflow:visible; width:15px;}
::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,0.2); border:solid #fff;}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);}
::-webkit-scrollbar-thumb:horizontal {
border-width:4px 6px;min-width:40px;}
::-webkit-scrollbar-thumb:vertical {
border-width:6px 4px;min-height:40px;}
::-webkit-scrollbar-track-piece{
background-color:#fff;}
::-webkit-scrollbar-corner {
background:transparent;}
::-webkit-scrollbar-thumb {
background-color: #DDD;}
::-webkit-scrollbar-thumb:hover {
background-color: #999;}