A
ArbolOne
I am trying to implement Walter Zorn's baloon tool tip.
My directory tree looks like this
...
--js
----tip_balloon
and in my web page I have declared it as:
<body>
<!-- Tool tips balloon -->
<script type="text/javascript" src="js/wz_tooltip.js"></script>
<script type="text/javascript" src="js/tip_balloon/
tip_centerwindow.js"></script>
and the implementation looks like this:
<a href="menu_apetizers.html" onmouseover="Tip('May I take your order
please', BALLOON, true, ABOVE, true, OFFSETX, -17, PADDING, 9)"
onmouseout="UnTip()">Menu</a>
Now, the link works just fine, but the balloon does not appear and
neither does the text in the balloon, what am I doing wrong?
TIA
My directory tree looks like this
...
--js
----tip_balloon
and in my web page I have declared it as:
<body>
<!-- Tool tips balloon -->
<script type="text/javascript" src="js/wz_tooltip.js"></script>
<script type="text/javascript" src="js/tip_balloon/
tip_centerwindow.js"></script>
and the implementation looks like this:
<a href="menu_apetizers.html" onmouseover="Tip('May I take your order
please', BALLOON, true, ABOVE, true, OFFSETX, -17, PADDING, 9)"
onmouseout="UnTip()">Menu</a>
Now, the link works just fine, but the balloon does not appear and
neither does the text in the balloon, what am I doing wrong?
TIA