how to make fancy scroll? something like this image.

how to make fancy scroll? something like this image.

Here is the code for showing fancy scroll bar in body. You can get this in any of your control -
<HTML>
<HEAD>
<STYLE TYPE="text/css">
HTML, BODY{
scrollbar-face-color:#00BDE6;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
}
</STYLE>
<TITLE></TITLE>
</HEAD>