|
|
|
Dynamic change of linktexts onMouseOver
This rollover script changes the text of textlinks onmouesover. Easy copy-and-paste installation and easy configuration of colors. Internet Explorer 5x/6x/7x/8x, Firefox 2x/3x/4x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x.
Test the script
Change this text
Step 2: Open your webpage and add a link like this:
|
<a href="http://www.yourdomain.com" id="any_link_id" onMouseOver="shownewtext(this.id,'Thank you very much')" onMouseOut="showoldtext()">Change this text</a> |
GREEN Do not change this code.
RED: Give your textlink an id.
BROWN: Enter the text
|
 |
|
|