Re: mouseover display text with <a> tag
- From: Toby Inkster <usenet200603@xxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Mar 2006 08:15:57 +0000
Doug wrote:
how the alt displays in src="images/display_report.gif" alt="CLICK HERE
FOR RESULTS"
Using "alt" text as a tooltip is only done by Internet Explorer, and is
considered a bug of that browser by many people.
The correct way of adding supplimentary information to page elements is
using the "title" attribute. This is supported by almost every graphical
browser, including Internet Explorer, Netscape, Firefox, Opera, Safari,
Konqueror, etc.
<a href="http://www.example.com/" title="Extra hint text">example</a>
<img src="images/display_report.gif" alt="Results"
title="Click here for results.">
<p title="This is a paragraph.">Foo bar bat.</p>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
.
- References:
- mouseover display text with <a> tag
- From: Doug
- mouseover display text with <a> tag
- Prev by Date: Re: mouseover display text with <a> tag
- Next by Date: Re: drop down
- Previous by thread: Re: mouseover display text with <a> tag
- Next by thread: CSS to put text at bottom of browser window, or page bottom, whichever is lower?
- Index(es):
Relevant Pages
|
Loading