Full version: jsB@nk » » Simple Link-Highlighter WITHOUT JAVASCRIPT
URL: https://www.javascriptbank.com/simple-link-highlighter-without-javascript.html
Just paste a short code-part into your link-tags in order to create an eyecatching link-highlighter-effect. How? The script will change the background-color onMouseOver and restore the original color onMouseOut. Best of all: no separate JavaScript-block is needed! You may add a different background-color for each textlink.
Full version: jsB@nk » » Simple Link-Highlighter WITHOUT JAVASCRIPT
URL: https://www.javascriptbank.com/simple-link-highlighter-without-javascript.html
<a onmouseout="document.bgColor='white'" onmouseover="document.bgColor='FFAAAA'" href="#">Mouse over this to test</a><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->