I would like to explain certain words in the article. On mouseover, I would like a box to open up which explains the glossary term and disappear when the mouse is moved off.
Please let me know what code I should add for that.
Thanks,
Anita
I would like to explain certain words in the article. On mouseover, I would like a box to open up which explains the glossary term and disappear when the mouse is moved off.
Please let me know what code I should add for that.
Thanks,
Anita
The easiest way would just be to add a "title" attribute to the words in question, though this has to be done manually for each word of interest on your page:
Code:<span title="My best friend">Dan</span> and I went to see the movies.
This is exactly what I was looking for. I will have to manually do it for each word which is not a problem.
Thank you very much.
Anita
Bookmarks