Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Tool Tips Javascript

  • Subject: Re: Tool Tips Javascript
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sun, 26 Jun 2005 07:34:12 +0100
  • Newsgroups: alt.internet.search-engines
  • Organization: schestowitz.com / Manchester University
  • References: <uypve.7044$Zo.4205@bignews3.bellsouth.net>
  • Reply-to: newsgroups@schestowitz.com
  • User-agent: KNode/0.7.2
Steve Horrillo wrote:

> 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.

Try not to use JavaScript as it's possible. Use <abbr> or <acronym> which
are then defined and customised, if necessary, in the stylesheet, e.g.

acronym {
        border-bottom: 1px dotted Blue;
        cursor: help;
}

If you absolutely cannot resist JavaScript, see the following:

  http://www.knoppix.org/

  (hover over the flags, for example)

or:

  http://www.kryogenix.org/code/browser/nicetitle/

These support both links and acronyms.

Roy

-- 
Roy S. Schestowitz
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index