-->

How to Create a Link Blinking When Cursor Crossing

Actually a lot of blog tutorial circulating on the internet but it would not hurt if I share the experience of creating links blink when the cursor across
Hopefully can bring benefits to us all

Amin... 
If we look at so many of the links contained on our blog page. I have a little trick how to create those links that flashes when the mouse passed over it.

Please follow the steps below:

1. Log into your Blog
2. Click the Layout
3. Click on Edit HTML
4. Tick ​​the small box Expand Widget Templates
5. Please find the code </ head> in your template
6. Add the following script before terse code

<style>
a: hover {color: # 00FFFF; text-decoration: blink; border-bottom: 1px dotted # FF0000;}
</ style>

7. Code # 00FFFF is declared and the link color code # FF0000 is the color of the bottom line
8. Please vary according to the color of your choice
9. Click Save Template
10. completed

Related Posts:

Disqus Comments
© 2017 Kharisma - Template Created by goomsite - Proudly powered by Blogger