Results 1 to 5 of 5

Thread: Cool DHTML tooltip

  1. #1
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Cool DHTML tooltip

    1) Script Title: DD Cool DHTML Tooltip

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tmltooltip.htm


    3) Describe problem: Ok, the code works great, but I was wondering if I could instead make the tool tip a picture instead of text? If not any suggestions on another way I could do this?

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Have you tried replacing the highlighted with the image you want:
    Code:
    onMouseover="ddrivetip('JavaScriptKit.com JavaScript tutorials','yellow', 300)";
    Try replacing it with:
    <img src=whateverimg.jpg>
    Also, DD's balloon tooltip might give you ease.

    Hope that helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for trying to help, but the <img scr=imagename.jpg> dosent work. And the other link, is just to complicated for me....Can someone think of something simple and easy to use Thats does what I want? Here I shall give you all more information on what i want to do on my site...Ok, so I have a list of character names, since I am making an Anime based website...and what i want is when you rollover a characters name, is for a picture to popup! Seems simple, right?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

  5. #5
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile

    Thank you so much!!!

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
  •