|
A code snippet to display the
Fancy looking tooltips with
This short script displays a
A DHTML tip message to help
description/comment when you
an "arrow" pointer
message in the status bar
describe important links
roll over a link. It make it
are commonly found in
when the mouse is placed
when the mouse moves over
looks like the comment on
desktop applications. Well,
over a link. Useful to show
them. It is extremely
the image.
now you can add a similarly
the description of the link.
versatile in its placement
looking tooltip to your
and special effects to
webpage! Cross browser
render as the tooltip is
functional script.
being displayed.
Date: Oct, 08 2001 Date: Oct, 28 2004 Date: Sep, 25 2001 Date: Jul, 24 2003 |
|
A short and simple JavaScript
I've writen this Javascript,
Disable Links In Status Bar
DOM Tooltip allows developers
to flip link colors in a
because I didn't like the
from being displayed e.g. if
to have dynamic and
table. FREE to use for
title atribute on the A tag
if hover over a link on
configurable tooltips on
anyone who can copy-paste ;)
(for example). It produces
almost every site you will
HTML pages. This library
the same effect, a label
see the link will be shown
supports Mozilla/Netscape6+,
below a link (or other
the the status bar at the
IE 5+, Konqueror and Opera
object) on mouse over, but
bottom of the screen, well
7. The tooltips are
now you can show HTML.
if you don't want you links
configured through three
to be shown in the status
class definitions in a
bar use this demo javascript
stylesheet, and consist of
to hide them.
two parts, the caption and
the content. Tips can be
either greasy, sticky or
velcro, where sticky tips
remain after mouseout of the
object and require a click
to close, velcro tips close
when you mouse out of the
tooltip and greasy close
when you mouse out of the
target that created it. The
tooltips cannot even popup
embedded windows onload.
Date: Feb, 19 2005 Date: Feb, 19 2005 Date: Mar, 11 2006 Date: Oct, 20 2006 |