Adding Hover Link Color To Blogger
- Go to Blogger
- Template > Edit Html
- Search for ]]></b:skin> (Ctrl+f)
- Add the following code above it
@keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
@-o-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
@-ms-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
@-moz-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
@-webkit-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
a:hover{ /* original code by : bloggers-hero.blogspot.com 30 Juni 2012 */
animation:BHhoverpelangi 4s infinite; /* Standart */
-o-animation:BHhoverpelangi 4s infinite; /* Opera */
-ms-animation:BHhoverpelangi 4s infinite; /* IE */
-moz-animation:BHhoverpelangi 4s infinite; /* Firefox */
-webkit-animation:BHhoverpelangi 4s infinite; /* Safari and Chrome */
}
- Click Save
CONSIDERATION USES CSS3 ANIMATION TO THE RAINBOW EFFECT ON THE HOVER TEXT LINK:
- All browsers have support for CSS3 animation.
- those of you who are still using older browsers, please immediately download the latest browsers already support CSS3 animation. You can open the download link via the menu on the left of the blog page.
- Using CSS3 animation code be made more efficient and concise, so loading the blog becomes not much affected.
- Using CSS3 code easier blogger to create a variety of colors in the rainbow effect caused.
- Using CSS3 animation code easier for bloggers to develop a variety of new effects (additional effect).
- Now If You Enjoy This Post! Please Take 5 Seconds To Share It.





Hello! This is Adrian Lucernas, the owner and administrator of this blog, who lives in Camotes Island Cebu, Philippines. I have a pretty and loving wife Eljen Lucernas. 


0 comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. Please do not spam, Spam comments will be deleted immediately upon our review.
Regards,
Adrian Lucernas