Results 1 to 3 of 3

Thread: Image w/ description tooltip. Array question

  1. #1
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image w/ description tooltip. Array question

    Hi guys!
    Im completely new to Ajax and my question(problem) is typed here below!

    /best rgds

    gefelkafish


    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 to make the "Array" just post text and not
    "image,text,and bgcolor"

    Code:
    // tooltip content goes here (image, description, optional bgColor, optional textcolor)
    var messages = new Array();
    // multi-dimensional arrays containing: 
    // image and text for tooltip
    // optional: bgColor and color to be sent to tooltip
    messages[1] = new Array('test.gif','test',"#FFFFFF");

  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

    Use one of the tool tip scripts from this index:

    http://www.dynamicdrive.com/dynamicindex5/index.html
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you sir!

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
  •