Monday 16 September 2013

Filled Under:
,

How to Change Your Blog ScrollBar

Change Your Blog's Scroll Bar Which Gives Good View Of Your Blog


You Can see Changed Scroll Bar On Right Side Of My Blog

Steps To Add This To Your Blog
  • Go To Blogger >> Template >> Backup Your Template
  • Click Edit HTML >> Search For ]]></b:skin>  (Want help to find Click Here)

  • Now Paste The Following code Above/Before ]]></b:skin>


/* Webkit override Scrollbar with CSS3 By NBT */
::-webkit-scrollbar {
width: 12px; height:8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
background:#fff;
}
::-webkit-scrollbar-thumb {
background: rgb(62,201,187);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgb(62,201,187);

If You Want To Customise The Colour Then  change rgb(62,201,187) as your Desired Colour
You Can Also Change Width And Height by Changing 12px and 8px

Please write comments about this tutorial or tell me any faults which you found while creating and publishing. I will always there to help you....






0 comments:

Post a Comment

  • Home
  • About Us
  • Contact Us
  • Write For Us
  • Sitemap
  • Privacy Policy
  • Back To Top