tutorial 6 : image hover
Assalamualaikum
Korg nk tau cane nk buat gamba jdik kabur bile x kene cursor ?
Oke , first sekali mcm biase la . Korg bkk dashboard > design > edit html > tick expand widget .
Tekan ctrl+f pstuh cari kod nih
/* Header
copy kod dkt bwh nih and paste dkt ats kod tadi
/*------ IMAGE ANIMATION------*/img, a img { border: 0px; opacity: .75; filter: alpha(opacity=100); -o-transition:opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-transition:opacity 1.5s linear; }img:hover, a:hover img {opacity: 100; filter: alpha(opacity=100); -o-transition:opacity 1s linear; -webkit-transition: opacity .8s linear; -moz-transition: opacity1.5s linear; }
Preview and save !