girlwithbighead
 Tutorial : Image Hover (viii)  
04/10/2012 | 4 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.
ii.) 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 4px 4px #eee;
-webkit-box-shadow: 0 0 4px 4px #eee;
box-shadow: 0 0 4px 4px #eee;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
height:300px;width:300px;}

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



OLDERNEWER