Results 1 to 3 of 3

Thread: Pop up square to read meaning of the word

  1. #1
    Join Date
    Feb 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pop up square to read meaning of the word

    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

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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.

  3. #3
    Join Date
    Feb 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •