I cannot read that screen shot.
Click here:
http://www.cartoonfile.net/fishing-cartoon1.gif
You will see what I've been seeing - Not Found.
As to the other matter we've both told you a number of times, this part that is now in your code (what you've now changed it to):
HTML Code:
<a href="http://www.cartoonfile.net/fishing-cartoon1.gif">Fishing Cartoon1 </a>
Regardless of what href you use, you need the correct events so change it to:
HTML Code:
<a href="http://www.cartoonfile.net/fishing-cartoon1.gif" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Fishing Cartoon1 </a>
But that will only get the tip working, without the image on the server in the location that you have specified here in your code (yes, this code is also a part of your page already):
Code:
messages[0] = new Array('fishing-cartoon1.gif','Here is a red balloon on a white background',"#FFFFFF");
you will not see the image, just the tip.
Bookmarks