スクロールバーの色を変えるには、scrollbar-base-color を指定します。ただし、Internet Explorer でのみ有効で、Chrome, Firefox, Opera, Safari, Edge ではサポートされていません。
<style> body { scrollbar-base-color: #ffcccc; } </style>
テーブルをスクロールさせるには次のようにします。
<div style="height:100px; width:300px; overflow-y:scroll;"> <table class="table-border" style="width:300px;"> : </table> </div>
項目1 | 項目2 | 項目3 |
---|---|---|
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |
AAA | BBB | CCC |