Textlink-Shaker onMouseOver

Just move your cursor over any textlink and the textlink starts shaking. Great, if you want to add a special effect that certainly draws more attention than simple style CSS-rollovers.




Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com Mouse over this textlink to test.
Configuration:

Step 1: Open your webpage. Paste the following code between the <head> and </head> tags of your webpage:




Step 2: Open your webpage. Paste the red and green code below right into your textlink-tags:
<a href="http://www.yahoo.com" name="somename" onMouseOver="startshake(this.name)" onMouseOut="stopshake()">textlink</a>

Step 3: Take care that you give a different name to each textlink (green code)!!!