hope's daughter

Monday, 21 April 2014

TUTORIAL: IMAGE HOVER FOR CLASSIC TEMPLATE




Requested by: Farah

1) Dashboard >> Template

2) Press CTRL+F and search for this code:
<style type="text/css">
3) Copy the code below here and paste it below <style type="text/css"> :
/*------ 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 and Done.

No comments:

Post a Comment