Results 1 to 3 of 3

Thread: Image Mouseover

  1. #1
    Join Date
    Jul 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Mouseover

    I am using the Image w/ description tooltip and would like to know is it possible to change the word link into an image.

    if u go to this fansite www.ne-yo.org and rollover the affilates then you would see what i am referring to.

    Thanks for your help in advance.

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Note: Don't post your question twice

    I'm assuming you're using the Dynamic Drive one? (http://www.dynamicdrive.com/dynamici...agetooltip.htm)

    Just change the link:

    HTML Code:
    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a>
    to

    HTML Code:
    <img src="yourimage.png" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Jul 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thnx it worked

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
  •