Animation links are links that will change color and enlarged when the mouse is directed to serve targeted links. To make the animation link, the following steps:
1. Log in to Blogger
2. Click Layout on the dashboard menu
3. Select Edit HTML
4. Do not forget to click the Expand Widget Templates
5. Search codes a:link { or the code can also be a:visited { and replace the code below with the following code:
a:link {
color:#000000;
font-size: default;
cursor:default;
}
before the modified or original:
a:link {
color: #660000;
text-decoration: none;
}
or
a:visited {
color:#000000
font-size: default;
cursor:default;
}
before the modified or original:
a:visited {
color: #660000;
text-decoration: none;
}
6. Search codes a:hover { and replace the code below with the following code:
a:hover {
color:# 454DF0;
font-size:18px;
font-style:italic;
cursor:wait;
}
before the modified or original:
a:hover {
color: #660000;
text-decoration: underline;
}
Description:
Green color code can be replaced in accordance with desired color code, while the red color code depending on the color code in your template and may not be the same color code on the top.
7. If so, click Save Template, and see the results.
Hopefully useful.
Home » Learn Blogspot , Tips and Tricks » Creating Animation Links
Creating Animation Links
Recommended Posts :
- Install Google +1 Button on Blogspot
- Using Read More In Pictures
- Restoring to a NoFollow Blog
- Parse HTML Code
- Tips to make the spirit in the Morning
- The secret of being a great mother
- 5 Tips for Preventing Malware Safe on Facebook
- Collection of HTML Color Code
- Install Google +1 Button in a Corner of the Blog
Diposting oleh
Admin
di
12.38
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar - Back to Content