girlwithbighead
 Tutorial : Image Hover (xi)  
26/10/2012 | 2 comments

My own coding, Don't re-post.

Preview :

Template Designer :
i.) Cari perkataan img { atau yang sama macam code tu dan delete code tersebut.
iii.) Copy code dekat bawah and paste kan dekat tempat yang sama.

Blogskins :
i.) Cari perkataan img { atau yang sama macam code tu dan delete code tersebut.
ii.) Copy code dekat bawah and paste kan dekat tempat yang sama.
img{border-radius:1000px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px #888;
box-shadow: 0 0 5px 5px #888;
-webkit-transition: 0.4s;
-moz-transition: 0.4s; }

img:hover{
border-radius:0px 100px 0px 100px;
-webkit-transition: 0.4s; -moz-transition: 0.4s; }



OLDERNEWER