Monday 13 August 2012

Changing Scroll-Bar In Blogger

Important: All scripts hosted on widcraft.googlecode.com don't work anymore because Google has blocked that SVN repository.

Cool scroll-bars really gives your blogs a profession touch and it still looks cool. So this post is about changing scroll-bar in your blogger.
  • Go To Blogger > Template > Edit HTML
  • Find ]]></b:skin>
  • Just above it post CSS3 given below
::-webkit-scrollbar {
height:12px;
width: 12px;
background:#646060;
}
::-webkit-scrollbar-thumb {
background-color: #FFFFFF;
-moz-border-radius: 10px;
border-radius: 10px;
}
  • Save Template
Notice : This will only work in Google Chrome.
Important: Check our new website TricksPanda.com for WordPress tutorials, plugins and more.
 
Powered by Blogger.