Javascripts > Javascript Links > Link Highlight Effect
Script Title: Link Highlight Effect
Description: Add a highlighting effect to your links with this cool script!
Example: Available
Java-Scripts.net
Website Abstraction Free JavaScripts
Free-backgrounds
Dynamic Drive
Copy the following code between the <BODY></BODY> tags of your html page.<script> /* Highlight Link script By Website Abstraction (http://wsabstract.com) and Java-scripts.net (http://www.java-scripts.net) */ function highlight(which,color){ if (document.all||document.getElementById) which.style.backgroundColor=color } </script> <p><a href="http://java-scripts.net/" onMouseover=highlight(this,'yellow') onMouseout="highlight(this,document.bgColor)">Java-Scripts.net</a> <p><a href="http://wsabstract.com/" onMouseover=highlight(this,'yellow') onMouseout="highlight(this,document.bgColor)">Website Abstraction Free JavaScripts</a> <p><a href="http://free-backgrounds.com/" onMouseover=highlight(this,'yellow') onMouseout="highlight(this,document.bgColor)">Free-backgrounds</a> <p><a href="http://dynamicdrive.com/" onMouseover=highlight(this,'yellow') onMouseout="highlight(this,document.bgColor)">Dynamic Drive</a>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email