
<HEAD>
<style type="text/css">
<!--
#toolTipBox {
display: none;
padding: 5;
font-size: 12px;
border: black solid 1px;
font-family: verdana;
/*absolute positioning is not allowed.*/
background-color: #ffd038;
color: 000000;
}
-->
</style>
<script type="text/javascript">
<!--
/* This script and many more are available free online at
*/
var theObj="";
function toolTip(text,me) {
theObj=me;
theObj.onmousemove=updatePos;
document.getElementById('toolTipBox').innerHTML=text;
document.getElementById('toolTipBox').style.display="block";
window.onscroll=updatePos;
}
function updatePos() {
var ev=arguments[0]?arguments[0]:event;
var x=ev.clientX;
var y=ev.clientY;
diffX=24;
diffY=0;
document.getElementById('toolTipBox').style.top = y-2+diffY+document.body.scrollTop+ "px";
document.getElementById('toolTipBox').style.left = x-2+diffX+document.body.scrollLeft+"px";
theObj.onmouseout=hideMe;
}
function hideMe() {
document.getElementById('toolTipBox').style.display="none";
}
-->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<div align="center">
<span id="toolTipBox" width="200"></span>
<img src="put url of picture here" width="237" height="197" border="0" onmouseover="toolTip(change here put text. ',this)">
</div>
<p><center>
<font face="arial, helvetica"><br>
<a href=""></a></font>
</center><p>
<!-- Script Size: 2.23 KB --></BODY> |
just copy and change where it says change here put text write what you want there and for the picture put the url where it says put the url here. |
|
hi
sorry for not working
on this website for a while
but hopefully i will try alot
more from know
on more things for
other webowners will
be there.
Thanks alot please email
me for any kind of help
on your site or
any kind of aggreament
powerlink.
|
|