Results 1 to 3 of 3

Thread: Image w/ description tooltip struggle

  1. #1
    Join Date
    Aug 2009
    Location
    Netherlands
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post Image w/ description tooltip struggle

    1) Script Title: Image w/ description tooltip

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

    3) Describe problem: Is there any way that the tooltip opens on the left site?

  2. #2
    Join Date
    Oct 2006
    Location
    New York, NY, USA
    Posts
    262
    Thanks
    42
    Thanked 24 Times in 24 Posts

    Default offX

    Would it be here? Wouldn't a negative value move offX left (-20) and/or offY up (-12)?
    Code:
    ///////////////////////  CUSTOMIZE HERE   ////////////////////
    // settings for tooltip 
    // Do you want tip to move when mouse moves over link?
    var tipFollowMouse= true;	
    // Be sure to set tipWidth wide enough for widest image
    var tipWidth= 160;
    var offX= 20;	// how far from mouse to show tip
    var offY= 12;

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

    Dazzle (08-25-2009)

  4. #3
    Join Date
    Aug 2009
    Location
    Netherlands
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes thats the solution, the only thing was that i had big pictures in diffrent sizes so i had to avoid the cursor is on the picture when it pops up.

    Thanks.

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
  •