Customize Own Scroll Bar
Sunday, October 16, 201111:00 PM
Customize Your own scrollbar. (:
Who wan scroll bar like mine?
Raise your hands and legs! (BOTH XD)
Hahahahahaha.... Im in quite good mood so i posted this
Okay, let's get started!
1) Find the code below in your template first. (CTRL + F to find)
]]></b:skin>
2) Found yet? Good, now , Copy the codie below. (:
3) Pate this above the ]]></b:skin.
4) Notes -
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #B2C0C6;
-moz-border-radius: 10px;
border-radius: 10px;
}
3) Pate this above the ]]></b:skin.
4) Notes -
Blue is for your background colour.
Green is for your scroll bar colour.Done ! Preview it , and save (:
*Get your colour codes from ♥ HERE ♥



