Thursday, August 2, 2012

TUTORIAL : scrollbar


#best view in Google Chrome 

dashboard > template > edit HTML > tick Expand Widget and find this code
 ]]></b:skin>
pick your choice of scroll 
copy the code and paste it above the b:skin code

 
::-webkit-scrollbar {
height:12px;
width:12px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #F6358A;
-moz-border-radius: 10px;
border-radius: 10px;


::-webkit-scrollbar {
height:12px;
width:8px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #F6358A;
-moz-border-radius: 10px;
border-radius: 10px;

::-webkit-scrollbar {
height:12px;
width:8px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #F6358A;
-moz-border-radius: 0px;
border-radius: 0px;
save and done :)

No comments: