
Tutorial : Scroll Bar
Hanya Pengguna Google Chrome
1. Dashboard>Design>Edit html>Tick Expand Widget Templates
2. cari code nih :
]]></b:skin>
3. copy code nih :
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #F2F5A9;
-moz-border-radius: 10px;
border-radius: 10px;
}
4. paste sebelum code nih ]]></b:skin>
5. Ungu - background scroll bar
Biru - warna yang scroll tu
6. kalau nak letak gambar , copy code nih gantikan dengan yang tulisan ungu tu
background-image:url(URL BACKGROUND);
7. nak letak border pun boleh , copy code nih paste selepas border-radius tu
border: 1px solid #000000;
No comments:
Post a Comment