Image Hover (:
Friday, March 16, 20127:38 PM
Okay ppl , tutorials time ! (:
Im gonna teach you how to put image hover or change the
code of your image hover (:
1.) Click template , and search for </style> .
(Or perhaps you already had the code , starting with - img{ - , replace
your code with this (: )
2.) The codie ! :D
img {
filter: alpha(opacity=70);
opacity: .6;
-webkit-transition: 0.4s;
}
img:hover {
filter: alpha(opacity=100);
opacity: 2;
}
3.) Copy the code above and paste it BEFORE the </style> .
Preview and save it (: .
Does it works ? If yeah , do credit me yeah ! (:
Doesn't works ? Your problem . XD Hahahha , jkjk ..
If it doesn't works then kindly leave a note or a comment in my
SUPER CUTE chatbox yeah ? (:
-End-
Labels: Tutorials



