Hi,
Check out
http://www.richardinfo.com/examples/php/examples.html
and search for tooltip
--
Raymond Irving
--- Joe NguyenLe <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Does anyone know where I can find an example of
> tooltips using DynAPI?
>
> Thx,
>
> joe n.
>
>
>
Hi All,
Does anyone know where I can find an example of tooltips using DynAPI?
Thx,
joe n.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dynapi-
I'm sorry, it seems this example is flawed, I posted before testing it
properly.
Richard.
- Original Message -
From: "Richard Bennett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 2:30 PM
Subject: Re: [Dynapi-Help] Toolti
Hi,
Normally I think it would look better if you make the tooltip yourself, i.e.
a layer which follows the mouse etc.
But if you prefer tooltips that's ok.
I'm not sure about using setBgImage AFAIK. (also check the faq on this)
You CAN use setHTML, or DynImage.
I put up an example of that here:
Has any one got any good methods for displaying tooltips for layers which
contain just a background image.
At the moment the best way I can think of is on a mouseover event to place a
transparent layer over the top of the image layer. I then set the HTML of
this new layer to an tag with the src
;Michael Towers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 2:25 PM
Subject: [Dynapi-Help] Tooltips
> Hi,
>
> I'm a bit new to DynApi and javascript in general so I appologise in advance
> if any of this seems a bit st
D]]Namens Michael Towers
> Verzonden: donderdag 8 februari 2001 14:25
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Help] Tooltips
>
>
> Hi,
>
> I'm a bit new to DynApi and javascript in general so I
> appologise in advance
> if any of this seems a bit stupid. I
Hi,
I'm a bit new to DynApi and javascript in general so I appologise in advance
if any of this seems a bit stupid. I have two problems I am trying to
solve.
First, I would like to be able to add tooltips to layers. The layers will
contain an image or have the background colour set. I have