Connecting Tech Pros Worldwide Help | Site Map

Custom shaped tooltip with page inside - Where is the script ?

pamelafluente@libero.it
Guest
 
Posts: n/a
#1: Aug 19 '06
Hi
I have seen on some web pages a nice type of tooltip.

See for instance http://www.programurl.com/software/tooltip.htm
and mouse over on Javascript (first box left).

Can anyone point me or provide the script to realize this kind of
tooltip, which I like.

Thank you,

Pam

Alvaro G. Vicario
Guest
 
Posts: n/a
#2: Aug 19 '06

re: Custom shaped tooltip with page inside - Where is the script ?


*** pamelafluente@libero.it escribió/wrote (19 Aug 2006 02:13:32 -0700):
Quote:
I have seen on some web pages a nice type of tooltip.
>
See for instance http://www.programurl.com/software/tooltip.htm
and mouse over on Javascript (first box left).
>
Can anyone point me or provide the script to realize this kind of
tooltip, which I like.
Hmmm... This looks like a custom script by the adverts provider. It doesn't
really do much more apart from showing a hiding a box:

foo.display='';
foo.display='none';

Anyway, I guess you'll love overLIB, a World Wide Web classic:

http://www.bosrup.com/web/overlib/


--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
pamelafluente@libero.it
Guest
 
Posts: n/a
#3: Aug 19 '06

re: Custom shaped tooltip with page inside - Where is the script ?


Do you mean that's not a "real" tooltip ?
I also found
http://www.texsoft.it/index.php?c=so...mltooltip&l=it
instrunction to do a tooltip. But...

But i find a little boring that rectangular shape.

Could anyone show how could I replicate the first type of tooltip (the
one on http://www.programurl.com/software/tooltip.htm). I do not know
much about javascript, just use some common sense and cut and paste.

I would like to be able to put it on my page.
Quote:
>From a user viepoint (like I am) the first tooltip is quite of impact
(even though a programmer can find it too "easy" to do ).

Pam


Alvaro G. Vicario ha scritto:
Quote:
*** pamelafluente@libero.it escribió/wrote (19 Aug 2006 02:13:32 -0700):
Quote:
I have seen on some web pages a nice type of tooltip.

See for instance http://www.programurl.com/software/tooltip.htm
and mouse over on Javascript (first box left).

Can anyone point me or provide the script to realize this kind of
tooltip, which I like.
>
Hmmm... This looks like a custom script by the adverts provider. It doesn't
really do much more apart from showing a hiding a box:
>
foo.display='';
foo.display='none';
>
Anyway, I guess you'll love overLIB, a World Wide Web classic:
>
http://www.bosrup.com/web/overlib/
>
>
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Alvaro G. Vicario
Guest
 
Posts: n/a
#4: Aug 19 '06

re: Custom shaped tooltip with page inside - Where is the script ?


*** pamelafluente@libero.it escribió/wrote (19 Aug 2006 03:02:34 -0700):
Quote:
Do you mean that's not a "real" tooltip ?
"Real" tooltips are generated by client software and their shape or colour
are defined by the GUI library the program is using. The page you mention
uses plain old HTML.

Quote:
Could anyone show how could I replicate the first type of tooltip (the
one on http://www.programurl.com/software/tooltip.htm). I do not know
much about javascript, just use some common sense and cut and paste.
As I said, it's pure HTML. JavaScript merely moves the box around the page
and shows/hides it. Create a box with the desired design and that's all. As
for having non-rectangular shapes with transparency, the only portable
trick is using GIF files with a transparent colour.



--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Closed Thread