<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://www.blogger.com/navbar.g?targetBlogID\x3d2369078377165236643\x26blogName\x3dMali+//+\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://baby-cici.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://baby-cici.blogspot.com/\x26vt\x3d-7551146850746416783', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Follow Me
bloggie facebook instagram
我要尽情享受人生

Officially design by Cici 2011 .
I wont be crediting anyone :)

Instagram


Change Scroll bar colour 跟换滚动条颜色
Tuesday, November 29, 20118:00 AM ❤(0 notes[s] )






手痒痒了 :P 放个滚动条的教程 :D

Dashboard-design-edit html
信息中心 - 设计 - 修改HTML

Seacrh for the code below
CTRL+F

]]></b:skin>


]]> 上面添加以下代码。
Paste the code below at ]]> above

一款 1st code
with no background(only colour) 没有背景的

::-webkit-scrollbar { height:12px; width: 14px; background: #FFFFFF; }
::-webkit-scrollbar-thumb { background-color: #F3F781; -moz-border-radius: 5px; border-radius: 5px; }

Blue : colour code for the scroll bar background
Red : colour code for the scroll bar thumb

二款 2nd code
with background 有背景的

::-webkit-scrollbar {
height: 12px;
width: 15px;
background-image:url(
pic url图片网址);
}

::-webkit-scrollbar-thumb {
background-image:url(background image url背景网址);
}

Blue : picture url 网址

Preview and save!!!! :DD 现实再保存 :DD