all groups > dotnet jscript > january 2004 >
You're in the

dotnet jscript

group:

tooltips with java script??


tooltips with java script?? meh
1/22/2004 7:32:09 PM
dotnet jscript:
Is there a way to create tooltips using java script? i.e. for buttons on
an html page...



tia
meh

Re: tooltips with java script?? meh
1/23/2004 7:59:38 AM
Thanks for the tip Martin...



meh

[quoted text, click to view]

Re: tooltips with java script?? Martin Honnen
1/23/2004 1:40:55 PM


[quoted text, click to view]

HTML 4.01 provides the title attribute on nearly all elements and
suggests to render those as tooltips in desktop browsers so maybe
<input type="button" title="your tooltip here" value="button" ...>
is all you need.
Or search the web for overlib, a JavaScript library for DHTML tooltips.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Re: tooltips with java script?? name
2/3/2004 2:30:04 AM
Yes my friend.

Use classical "javascript" implementation
e.g. in IE DOM.

Or use hard level code in 'any' compile language.






[quoted text, click to view]
AddThis Social Bookmark Button