Tool Tips Javascript

  • Thread starter Thread starter Steve Horrillo
  • Start date Start date
S

Steve Horrillo

Anyone know where to get a Tool Tips javascript that will pop up a little
box when hovered for words that needs more explanation. I'm using Front Page
BTW.

--
Warmest regards,

Steve Horrillo, Realtor / CEO / C.Ht.
http://BrokerAgenTraining.com (Advanced Training for Real Estate
Professionals)
http://over100percent.com (See How to Earn Over 100 Percent at EXIT Realty)
http::/HipFSBO.com (Find a FSBO Friendly Real Estate Professional)
 
Google for overlib, that's the most common javascript one.

You can also use the title attribute which works even for people without
javascript turned on. Three examples:

<span title="Cascading Style Sheets">CSS</span>

<abbr title="Cascading Stylesheets">CSS</span>

<acronym title="Cascading Stylesheets">CSS</acronym>

The HTML<abbr> is the correct mark-up for abbreiviation while <acronym> is
the correct one for, well, acronyms.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
Next Session June 26th
 
maybe you don't even need JavaScript at all. if the word doesn't need a lot
of additional explanation or if the pop-up doesn't need to be specifically
formatted you can use .css to make the word look different and a title
attribute to create the pop-up on mouseover.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
Hmm, that's a good point. I hadn't thought of that.
I only use it on the "acronym" tag so it's showing fairly little
information. I do like using the cursor properties to give it a "help"
cursor though. :-)

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
The link that I gave above has something that works well. I don't have any
need for it, but I have played with it, and it's easy to use. You can also
put a photo in the tooltip.

Wally S
 
Yes, but if you move the mouse cursor off the image and back onto it again
it comes back for another 4 seconds

A tooltip that can be tailored for various things is wz_tooltips at
http://www.walterzorn.com

--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au

Wally said:
The problem with the title attribute is that it only stays on for four
seconds.

Wally S


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
I agree.
I found and bookmarked it some time ago, since it seemed "lighter" and
easier to use than "overlib".

Did you find that to be the case?
 
Which link are you talking about ?

I went through ths thread yesterday and couldn't find it

Is it wz_tooltips ?

If so, I didn't know you could add a photo
--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au
I agree.
I found and bookmarked it some time ago, since it seemed "lighter" and
easier to use than "overlib".

Did you find that to be the case?


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
Back
Top