Date:  11/30/2001 12:35:32 PM Msg ID:  000191
From:  FoxWeb Support Thread:  000185
Subject:  Re: Tool-tips with HTML
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.

If you want the tooltip to be displayed when the cursor is over a different HTML element then you can use the TITLE tag.  Note that this tag only works with newer browsers:

<span title="This is a tooltip">Place your cursor here to see the tooltip</span>

FoxWeb Support Team
support@foxweb.com

Sent by Alan Harris-Reid on 11/30/2001 07:47:08 AM:
Is there any way of getting tool-tips to appear as the mouse pointer moves over input fields, buttons, etc. in my .fwx scripts?  I would like to do it in native HTML, but failing that, if anyone could point me to the appropriate Javascript code I would be grateful.

Many thanks,
Alan