Google
 

Make link annotations


Many sites contain a page with links to other related resources. Generally, a description of each site is not provided, unless the visitor hovers over the TITLE attribute of the ANCHOR tag. The descriptions could be shown on the page, along with the links, but that would make it too cumbersome. This script will show and hide the link's title information right on the page. It could be used in a site map or dynamic menu as well.
Example :


This is how you do it :
Paste this code into the BODY section of your HTML document
<script type="text/javascript"><br /><!-- createTitles(); //--><br /></script>
<ul>
<li><a href="http://www.yourdomain.com" class="linkDemo" title="Check out these great relationship articles!">Love and relationship</a></li>
<li><a href="http://www.yourdomain.com" class="linkDemo" title="Find tha latest news on blog!">Blogger Keeper</a></li>
<li><a href="http://4moneyclicks.blogspot.com">Clicks 4 Money</a></li>
</ul>

Change the url [http://www.yourdomain.com] with your link, and change the title with your own title.




[+/-] show/hide this post