Posted by Stefan Mueller on 11/16/05 00:48
I'd like to add a tooltip text to one word within a sentence.
With the attribute <b>...</b> it works perfect but the word gets bold:
What is <b title = "It's a planet">Pluto</b>?
With the attribute <div>...</div> the word doesn't get bold but there is a
line break:
What is <div title = "It's a planet">Pluto</div>?
Is there an attribute I can use only to add a tooltip text to a word?
Stefan
[Back to original message]
|