Scrollbar with Background


Tahu scrollbar dengan background? Sering lihat kan? Sepertiku, tapi model yang lebih bagus! Mau? Cobain aja dulu! warning! This for blogskins template!
  • Ke template
  • Cari kode ::-webkit-scrollbar {
  • Lalu hapus kode itu sampai kode :: berakhir dengan {
  • Ganti dengan kode di bawah ini :

::-webkit-scrollbar {
width:9px;
height:8px;
}
::-webkit-scrollbar-track-piece  {
background-color: #FFEEEE;
border: 3px solid #FFFFFF;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:url(URL BG);
border: 5px solid #FFFFFF;
}
::selection {
background:#FFEEEE;
color: #ffffff;
}

  • Ganti tulisan URL BG dengan url background kamu
  • Klik save. Oke kan?

Tidak ada komentar:

Posting Komentar