Followers

Monday, January 30, 2012

TUTORIAL : Scroll Bar

nak letak scroll bar sendiri (yang kat tepi ---> tuh).jom buat ~!

1. Dashboard > Design > Edit Html > Tick Expand Widget Templates

2.Tekan Ctrl + F dan cari kod ini :

]]></b:skin>

3. COPY code ni dan PASTE di ATAS  kod yang korang cari tadi :

::-webkit-scrollbar {
height:12px;
width: 12px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #ff3399;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ffffff;
}

--> Warna Pink = background scroll bar
--> Warna Oren = warna scroll bar anda

code warna di sini

5. kalau perlu, Preview dulu sebelum SAVE !

semoga berguna ^_^

No comments:

Post a Comment

AUTOPING BY OTHERS