Several browsers support tooltips, which are small windows that pop down under the cursor when mouse is placed over certain elements in the document.
As of HTML 4, the generally accepted way of producing a tooltip is to
put a title attribute in the element tag, with the text
you want to be displayed in the tooltip.
It is unsurprising that there isn't much consensus among
the producers of the several major browsers as to how tooltips and
the title attribute should be implemented. Here, I've
made a small study of the various behaviors in several of the
browsers I have at my disposal.
Some browsers place the title attribute text in the
status area of the browser window. MSIE produces tooltips with the
alt attribute of some elements, so I also compared
browser treatment of that element.
Tooltips are especially handy for annotating clickable maps.
Since the advent of the acronym element, they have been
used to display the meaning of acronyms. There is some disagreement
over what the behavior of the title attribute should
be for anchor (<a>) elements, whose URL has
traditionally been displayed in the status area.
no title
with title
anchor elementstitle attribute will bring a tooltip.
map area elementsalt or title attribute will
bring a tooltip.
In presence of both alt and title
attributes, always prefers alt.
acronym elementstitle attribute displayed in tooltip.
anchor elementsmap area elementstitle attribute will bring a tooltip.
alt has no visible effect.
acronym elementstitle attribute displayed in tooltip
In Opera 6, Tooltips can be turned on and off: Preferences-->General-->Accessibility. Can't seem to find this in Opera 8.
anchor elementsmap area elementstitle attribute will bring a tooltip.
Text of title attribute also displayed in status area.
acronym elementstitle attribute displayed in tooltip and
status area.
alt
and title, either.
No tooltips, per se.; title attributes are displayed in
status area; cursor changes to exclamation mark.
anchor elementstitle attribute, with URL appended,
in status area.
No tooltips, alt and title attributes have no visible effect,
acronym elements are ignored.
anchor elementstitle attribute will bring a tooltip.
map area elementsalt nor title attribute
brings a tooltip.
acronym elementstitle attribute displayed in tooltip