Scrollbar #2

03/02/16

Copy code dibawah ini then paste di HTML javascript.
::-webkit-scrollbar {
width:7px;
height:7px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment  {
height:10px;
width:10px;
display:block;
background:#F6CEE3;
border:1px solid #F3F781;
}
::-webkit-scrollbar-track-piece  {
background:url(URL BACKGROUND);
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background:#F6CEE3;
border:1px solid #F3F781;
}

Merah: Warna background
Hijau: Warna border
Oren: Ketebalan border, boleh ubah
Pink: Saiz, boleh ubah juga
Biru: URL background
credit: Atiqah

Label:





0 comments

Posting Komentar


Kio