Date:  02/03/2002 12:58:15 AM Msg ID:  000314
From:  Stephen Cox Thread:  000185
Subject:  Re: Tool-tips with HTML
I'd also like to point out that using the TITLE tag to popup descriptions of objects (a tool tip) complies with the latest W3C Accessibility Guidelines. Using ALT tags for this purpose does not. In fact, the use of the ALT has changed somewhat. However, people are still using it.

Another solution is to use layers. Have a layer with some copy (a description) in it pop up when you move your mouse over the object. But, you will need to know JS and HTML fairly well to do this.

Sent by FoxWeb Support on 11/30/2001 12:35:32 PM:
If you want the tooltip to be displayed when the cursor is over an image then you can use the ALT tag.  This will work with virtually all browsers.