Textlink-Shaker onMouseOver
Just move your cursor over this textlink and the textlink starts shaking. Great, if you want to add a special effect that draws more attention than any other simple CSS-rollovers. Very easy setup. Requires Internet Explorer 5 or higher.

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)!!!