Results 1 to 4 of 4

Thread: Image w/ description tooltip bug?

  1. #1
    Join Date
    Feb 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image w/ description tooltip bug?

    1) Script Title: Image w/ description tooltip

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

    3) Describe problem: Tooltip does not appear in IE7 when var tipFollowMouse= false;

    Page at http://hanfordarc.com/sites.htm
    The little red dot at the right is hyperlinked, as is the page heading for testing.

    thanks in advance

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

    Default

    Confirmed. Inside the script, find the below line, and add to it the line in red:

    Code:
    if (!tipFollowMouse) {
    standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body
    I've also updated the script with the script.

  3. #3
    Join Date
    Feb 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey, I really appreciate the quick fix.

    Wanted to suggest though that you update the instructions for this script. Looking through the forum postings I see that many people are confused by the

    /* IMPORTANT: Put script after tooltip div or
    put tooltip div just before </BODY>. */

    Which is understandable, since there is no tooltip div and since the example has the script inside the <head>.

  4. #4
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem when I take out the .gif

    1) Script Title: Image w/ description tooltip

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

    3) Describe problem: when i take out the .gif in this script none of the text will not show up

    my code can be found here. www.granisonshines.com/40skillsthankyou.html

    basically, the code has this in it ('duck2.gif','Motivates and inspires others to act; inspires trust and respect in others.')

    i would like to it to read ('Motivates and inspires others to act; inspires trust and respect in others.')

    Please advise!!

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
  •