Uncle Jim's Javascript Designs
Dynamic Link Changer
This script changes the font conditions of your link text on hover.
To see an example, just place your mouse over any link on this page.
JavaScript Heaven.
My Office Tips.
My Design Sets.
My Web Tutor.
My Gaming site.
Simply place the following stylesheet code inside your header:
<style type=text/css>
<!--a:hover{color:gold;
font-weight:bold;
font-style:italic;
font-size:20;
background-color:red; }-->
</style>