main

post

tutorlist

my blog


Bila image dihover,gambar tu akan mengecil-mengecil dan hilang terus.So here the tutor

Blogskin/Classic template :
1. paste code after </style>

Simple template :
1. paste code into HTML/JavaScript
<style>
img{
}
img:hover{
-webkit-transition:1.2s;
width:0px; }
</style>