Scroll Bar Hover

Penulis : Nurul Fatihah Shahronizam Masa : 13:57 Komen : 2 Tag :

Hari ni Nurul nak ajar korang macam mana nak buat scroll bar hover ni  . Tuto dia macam ni . Bila korang tekan scroll bar korang , automatik dia akan tukar kepada warna yang lain .
1.dashboard - design - edit htm - tick expand widget template
2.cari code neyy : ]]></b:skin>
3.copy code neyy :
::-webkit-scrollbar {
height:10px;
width: 10px;
background: #FFFFFF;
}
::-webkit-scrollbar:hover {
height:10px;
width: 10px;
background-color: #488AC7;
}
::-webkit-scrollbar-thumb {
background-color: #FFFFFF;
-moz-border-radius: 6px;
border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
background: #5CB3FF ;
-moz-border-radius: 6px;
border-radius: 6px;
}

4.paste di ATAS code  ]]></b:skin>


5.warne biru sebelum cursor sentuh
   warne biru cair selepas cursor sentuh


6.preview - then save !

A true muslimah : never forget that Islam, which encourages her to look attractive under the permitted limits, is also the religion that's warns her against extravagance ^_^

2 comments: