Wednesday, November 28, 2012

[Tutorial] Customize Scrollbar III

Assalamualaikum to muslim and hi to non-muslim :)


I just wanna share this codes to all of you :) Btw, thanks for droping by^^

1. Dashboard > Edit HTML/Template

2. Copy this code and paste above </style> tag //for Classic Template users or ]]></b:skin> //for template designer users.

::-webkit-scrollbar-button:start:decrement  {
height:10px;
width:10px;

display:block;
background:#CD9A9A;
border: 1px solid white;
}
::-webkit-scrollbar-button:end:increment  {
height:10px;
width:10px;

display:block;
background:#CD9A9A;
border: 1px solid white;
}
::-webkit-scrollbar {
height:10px;
width: 10px;

background: #fff;
}
::-webkit-scrollbar-thumb {
background-color: #CD9A9A;
border: 1px solid #fff;
}

# You can change the height and width and the background colour :)

Lots of Love,
Yana♥

No comments:

Post a Comment

Thanks for comment. Come again! ^_^