Kali ini gue akan membuat tutorial
Cara ganti scrool bar keren denga Jquery :D
Tambahkan CSS di bawah ini sebelum ]]></b:skin> atau </style>
::-webkit-scrollbar-thumb:horizontal{
height:10px;
background-color:#333;
}
::-webkit-scrollbar-thumb:vertical{
width:8px;
background-color:#f35d5c;
box-shadow:1px 1px 4px rgba(0,0,0,0.16);
}
::-webkit-scrollbar{
width:8px;
height:15px;
background:#333;
box-shadow:inset 1px 1px 4px rgba(0,0,0,0.13);
}
DEMO
Catatan : ganti kode dengan sesuai ke inginan kamu / blog kamu
Related Posts