hello! it's nice to meet you, humans.
make your own little descriptions here~
コーヒー。
Image Hover 5
Friday, September 21, 2012 // 0 comments


Hello!
Kalau image hover kali ini akan merubah image menjadi sepia saat di hover. Contoh:

                     NORMAL                                                SAAT DI HOVER
 

Step 1.
Dahboard > Template. Cari kode </style>

Step 2.
Copy kode ini..

img {
    filter: url(filters.svg#sepia);
    filter: gray;
    -webkit-filter:  sepia(0);
border:1px solid #EEE;
padding:4px;
}
img:hover {
    filter: none;
    -webkit-filter:  sepia(1);
}

Paste kode itu di ATAS kode </style>
Terakhir, save.




« »

“Should I kill myself, or having a cup of coffee?”