How To Change the colour of Scrollbars in Blogger

Posted by Lasantha Bandara on July 6th, 2009 File Under : html3 Comments

1.Login to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see </head> tag.

3.Now copy below code and paste it just before </head> tag.

<style type="text/css">
html {
scrollbar-arrow-color:#6E0502;
scrollbar-track-color:#940400;
scrollbar-face-color:#6BE02;
scrollbar-highlight-color:#909400;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-color:#473624;
scrollbar-shadow-color:#BFB186;
}
</style>

Note : You can change colours of above code as your choice.

4.Now save your template and your done.

Important: This changes works best in Internet Explorer browser only, for other browser it may or may not work.

File Under : html

3 Responses to “How To Change the colour of Scrollbars in Blogger”

  1. xzerver says:

    nice! nice!

  2. Renee says:

    this works Great through IE. Note not in Chrome 🙂

  3. darkocean says:

    Thank you I was putting my code in the wrong spot XD Blugs are a bit diffrent then regular websites. Tho' WAY easier to set up. 😀 So thanks for the code and telling were to put it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.