Javascript –– Walter Zorn's tooltips
written by: admin
Date Written: 8/11/08
Last Updated: 2/26/12
Some scripts are better to just download as opposed to writing it myself. This one is quite exceptional. Just mouseover the link below and an image will pop up

I credit this wonderful program to a mister Walter Zorn. The final version is 5.31.
Changelog
Usage
Using:
<a href="http://www.animeviews.com/images/ghostintheshell2innoncence.jpeg" onmouseover="Tip('<img src=\'/images/ghostintheshell2innoncence.jpeg\' width=\'60\'>')" onmouseout="UnTip()">Image</a>
I created:
Image
Below is an example of using the tooltip to preview a page.
Website preview
I wonder if the creator of this code considered using his code this way

Here is the format I used:
<span style=\"color:turquoise;\" onmouseover="Tip('<IFRAME SRC=\'http://www.animeviews.com\' WIDTH=\'450\' HEIGHT=\'450\'>', FIX, [400,500], CLICKCLOSE, true, CLOSEBTN, true)">Website preview</span>
test
<span onmouseover="Tip('Some text', BGCOLOR, '#D3E3F6', FADEOUT, 300)" onmouseout="UnTip()">test</span>
Problems noticed:
TAGS: website,
javascript