Results 1 to 7 of 7

Thread: Cool DHTML Tooltip

  1. #1
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Cool DHTML Tooltip

    Is there a script similar to this that will pop-up a jpeg file?
    I want to have a list of names and when each name is rolled over a photo will pop-up.
    Thanks

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

    Default

    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    egghead (09-18-2008)

  4. #3
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks, but what does the following mean?

    /* IMPORTANT: Put script after tooltip div or

  5. #4
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    Nothing. It is just a comment tag. There should be another */ on the next line or so. Those lines don't matter. You can take those out.

    -magicyte

  6. The Following User Says Thank You to magicyte For This Useful Post:

    egghead (09-18-2008)

  7. #5
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks,
    What I trying to do is make a list of movie titles and when they are rolled over a photo of the DVD box will be displayed.
    So, under each title do I enter the script: <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>

    I wish I could see an example in HTML

  8. #6
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    No. You can put anything in between the > and <. You do not have to put the words Link 1. In fact, you could put an image there and enlarge it!!

    -magicyte

  9. #7
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I plan to replace "LINK 1" with a movie title and when rolled over a DVD cover picture will be displayed.

    Do I place the following script, which I will modify to fit my needs, just anywhere in the BODY?


    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>

    Thanks for putting up with a newbie,
    Jim

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
  •