Ada orang tanya tadi how to make scroll bar like mine, bila letak cursor situ, the bar ada hover. Well it's almost the same macam others scroll bar. Cuma ni ada hover bila letak cursor dekat scroll bar. Give a try :)
For Classic Template only, paste code dibawah diatas </style>
::-moz-selection, ::selection {background:#A9BCF5;color:#fff;}
::-webkit-scrollbar {height: auto;width: 6px;background-color: #FFFFFF }
::-webkit-scrollbar-thumb {background-color: #EE799F;-moz-border-radius: 4px;border-radius: 4px;}
::-webkit-scrollbar-thumb:hover {background-color: #CD6889;-moz-border-radius: 4px;border-radius: 4px;}
Pink - Background scroll
Purple - Thumb scroll bar
Hijau - Hover thumb scroll bar.
Blue - No function, i think. No idea.
Color code - HERE
Color code - HERE