<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://draft.blogger.com/navbar/1195380423280070799?origin\x3dhttp://view-iheartit-tutorials.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
So , what you wanna do ?
Muse
Specs
Way Out
Credits
+ follow Dashboard
Customize Own Scroll Bar
Sunday, October 16, 201111:00 PM

Customize  Your own scrollbar. (:


Who wan scroll bar like mine?

Raise your hands and legs! (BOTH XD)
Hahahahahaha.... Im in quite good mood so i posted this
Okay, let's get started!

1) Find the code below in your template first.  (CTRL + F to find)
]]></b:skin> 
2) Found yet? Good, now , Copy the codie below. (:
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #B2C0C6;
-moz-border-radius: 10px;
border-radius: 10px;
}


3) Pate this above the ]]></b:skin.


4) Notes -

Blue is for your background colour.
Green is for your scroll bar colour.  
Done ! Preview it , and save (: 
*Get your colour codes from ♥ HERE ♥