Friday, 13 January 2012 | Friday, January 13, 2012 | 0 comments
. Cantikkan scroll bar tahu macam mana ?
Cantik tak scroll bar tu ? haha :D
Nak tahu macam mana nak buat ?
HANYA UNTUK PENGGUNA GOOGLE CHROME (:
1. Dashboard > Design > Edit HTML > Tick Expand Widget
Cari code ni okay : ]]></b:skin>
2. Copy code ni pula :
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #F2F5A9;
-moz-border-radius: 10px;
border-radius: 10px;
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #F2F5A9;
-moz-border-radius: 10px;
border-radius: 10px;
}
3. Paste dekat atas code yang korang cari tadi tau .
4. Merah - warna background scroll bar
Hijau - warna yang scroll
Then save . SIAP !