Results 1 to 3 of 3

Thread: Image w/ description tooltip

  1. #1
    Join Date
    Jan 2009
    Location
    Johannesburg, South Africa
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image w/ description tooltip

    1) Script Title: Image w/ description tooltip

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

    3) Describe problem: I have got this working well, but would like to display a thumbnail of the image instead of a link. Is that possible, and if so, how do I do that?

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

    Default

    Replace:

    Code:
    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a>
    with an image tag of your thumnail image:

    Code:
    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"><img src="my_thumb.gif" alt=""></a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2009
    Location
    Johannesburg, South Africa
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks yet again, John. That works a treat!

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
  •