Thursday, 26 March 2015

How to Change the Scroll bar Color in Blogger

Tags

Changing the color of the scroll bar of the browser when the visitor surf your blog makes a ling lasting impression on him as he think the blogger as the great CSS coding expert. You too can change the scroll bar color of the tab of the browser in which your blog is opened. Surprise your visitors by showing them some colorful elements on your blog.

How to Change the Scroll bar Color


This script supports all types of browser supporting CSS3 version.

Goto Blogger Template settings and open EDIT HTML.

Now Just before </head>

Paste the below code snippet and Click save template button.

<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>

Goto color picker and use the colors of your own choice.

www.w3schools.com/tags/ref_colorpicker.asp

This works very well n IE and may not work on other browsers. 

Hi There, I’m Vashishtha! Just another tech-savvy blogger on the plannet with a super power of troubleshooting.


EmoticonEmoticon

:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:o
:>)
(o)
:p
:-?
(p)
:-s
8-)
:-t
:-b
b-(
(y)
x-)
(h)