hope's daughter

Monday, 21 April 2014

TUTORIAL: IMAGE HOVER

Try to move your cursor to this picture:

1) Dashboard >> Design >> Edit HTML

2) Press CTRL+F and search for the code below here:
/* Header
3) Copy the code below here and paste it above /* Header:

/*------ IMAGE ANIMATION------*/
img{filter:alpha(opacity=55);opacity:.55; -webkit-transition-duration: 0.5s;}
img:hover{filter:alpha(opacity=9);opacity:.9;}

 4) Preview, Save & Done! :)

No comments:

Post a Comment