Java Script Tutorials [Popup information box 3]

Example: Move your mouse over thse links below

Blah Blah Blah

First insert this in the Head of your page

Then insert this right above the </body> tag
-----------------------------------------------------------------
<div id="navtxt" class="navtext" style="position:absolute; top:-100px; left:0px; visibility:hidden"></div>
-------------------------------------------------------------------------------------------------

Then d/l this file an insert this code the to HEAD of your page:
--------------------------------------------------------------
<script language="javascript" src="alttxt.js"></script>
---------------------------------------------------------------------------------------

Finally for all the links to show the script add this:
--------------------------------------------------------------
onMouseOver="writetxt('TEXT HEREEE')" onMouseOut="writetxt(0)"
---------------------------------------------------------------------------------------

Example:
<a href="http://www.entensity.net" target="_blank"onMouseOver="writetxt('TEXT HERE')" onMouseOut="writetxt(0)">Blah</a>