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

A

Alvaro G. Vicario

*** (e-mail address removed) escribió/wrote (19 Aug 2006 02:13:32 -0700):
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/
 
P

pamelafluente

Do you mean that's not a "real" tooltip ?
I also found
http://www.texsoft.it/index.php?c=software& m=sw.js.htmltooltip&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.
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:
 
A

Alvaro G. Vicario

*** (e-mail address removed) escribió/wrote (19 Aug 2006 03:02:34 -0700):
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.

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.
 

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

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top