How To Change Scroll Bar in Blog
This scroll bar only for Google Chrome... OK let's take a lesson.
First, find thus code
]]></b:skin>
Second, put this code above ]]></b:skin>...
::-webkit-scrollbar {
height:12:px;
width: 12px;
background:#646060
}
::webkit-scrollbar-thumb {
background-colour: #FFFFFF;
-moz-border-radius: 10px;
border-radius: 10px;
}
The red color code mean the color of the button scroll bar and the blue color code mean the background of scroll bar.
Then Save :D
0 comments:
Post a Comment