Forum Moderators: open

Message Too Old, No Replies

Does anybody knows how to add a tooltip behavior?

I tried but i can't

         

beto_x

11:16 pm on May 13, 2004 (gmt 0)

10+ Year Member



Does anybody knows how to use the tooltip behevior in a html document?

I have the .htc file, but i don't understand how to use the tooltip behavior?

Where do I have to put the file?
How can I generate a tooltip for a control?
I need help....I was trying to do an example but i cannot!

WebJoe

5:54 am on May 14, 2004 (gmt 0)

10+ Year Member



use the
title
property, e.g.
<a href="yourdoc.html" [b]title="Your document"[/b]>get the document</a>

or
<input type="TEXT" [b]title="Please enter your email address"[/b] name="mailaddr" value="" size="20" id="email" tabindex="1">

beto_x

11:10 pm on May 14, 2004 (gmt 0)

10+ Year Member



Thanx...but I need to use the tooltip.htc behavior, because I want to add a tooltip to an <option> of a <select> contol, and it doesn't have the "title" property...