walterzorn balloon tool tip

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
 
O

Osmo Saarikumpu

ArbolOne said:
I am trying to implement Walter Zorn's baloon tool tip. ....
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?

I'm sure that you could get help with this if you made and published a
simple demo page exhibiting the problem.

Regards,
Osmo
 
D

Dhafir Moussa

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

You are missing the tip_baloon.js, a plugin to the tooltip. Download
it from the site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top