Для особо одарённых
Вот вам пример кода
Код:
#body{}
::-webkit-scrollbar {
width: 10px;
height:50px;
}
::-webkit-scrollbar-track-piece {
background-color: #E4E8F0;
-webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #8B9CC2;
-webkit-border-radius: 1px;
/*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/
}
::-webkit-scrollbar-thumb:vertical:active {
height: 5px;
background-color: #8999C0;
-webkit-border-radius: 1px;
/*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/
}