Solved
How to add hover text?
I want to add hover text to my survey so that when someone hovers over a word, the definition will appear. How can I do this?
Best answer by AnthonyR
put the text you want to add hover-text to in to an html span, and include the hover-text in a title attribute.
For example:
`<span title="Definition">Word</span>`
Becomes:
<span title="Definition">Word</span>
View originalFor example:
`<span title="Definition">Word</span>`
Becomes:
<span title="Definition">Word</span>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.