It would be even better if you changed:
Code:
<a href="#" onmouseover="doTooltip(event, 0)"onmouseover="hideTip()">HAM RADIO CARTOON 1</a>, <a href="#" onmouseover="doTooltip(event, 1)"onmouseover="hideTip()">HAM RADIO CARTOON2</a>, <a href="#" onmouseover="doTooltip(event, 2)"onmouseover="hideTip()">HAM RADIO CARTOON 3</a>,<br>
<a href="#" onmouseover="doTooltip(event, 3)"onmouseover="hideTip()">HAM RADIO CARTOON4</a>
to:
Code:
<a href="#" onmouseover="doTooltip(event, 0) "onmouseout="hideTip()">HAM RADIO CARTOON 1</a>, <a href="#" onmouseover="doTooltip(event, 1) "onmouseout="hideTip()">HAM RADIO CARTOON2</a>, <a href="#" onmouseover="doTooltip(event, 2) "onmouseout="hideTip()">HAM RADIO CARTOON 3</a>,<br>
<a href="#" onmouseover="doTooltip(event, 3) "onmouseout="hideTip()">HAM RADIO CARTOON4</a>
And, set this variable:
to the width of the tip (about 550).
Bookmarks