Scrollbar Part 2
Tuesday, September 18, 2012 // 0 comments
Annyeong!
Step 1.
Dashboard > Template.
(Ctrl + F) cari kode blockquote {
Step 2.
Ketemu? Copy kode ini..
::-webkit-scrollbar {
height: 12px;
width: 12px;
background-color: #FFFFFF;
}
::-webkit-scrollbar-thumb {
background-color: #A4A4A4;
-moz-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #A4A4A4;
-moz-border-radius: 10px;
border-radius: 10px;
}
Paste kode itu di atas kode blockquote {
Note:
Text warna merah: warna scrollbar
Text warna orange: warna background scrollbar
Kalau mau background scrollbar sama dengan gambar background blog, kode background-color: #FFFFFF; diganti dengan background-image: url(URL GAMBAR);}
Terakhir, klik save.
Note:
Text warna merah: warna scrollbar
Text warna orange: warna background scrollbar
Kalau mau background scrollbar sama dengan gambar background blog, kode background-color: #FFFFFF; diganti dengan background-image: url(URL GAMBAR);}
Terakhir, klik save.