Results 1 to 3 of 3

Thread: Help with Image w/desc tooltip

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

    Default Help with Image w/desc tooltip

    Script Title: Image with Description Tooltip

    Script URL (on DD): http://dynamicdrive.com/dynamicindex4/imagetooltip.htm

    My problem seems to begin when I start with an imgtip tag of greater than 8, meaning I could only seem to create nine tooltips like so:

    [code]tooltips[0]=["picture0", "text0", {background:"#000000", color:"white", border:"5px ridge darkblue"}]
    tooltips[1]=["picture1", "text1", {background:"#000000", color:"white", border:"5px ridge darkblue"}]
    tooltips[2]=["picture2", "text2", {background:"#000000", color:"white", border:"5px ridge darkblue"}]

    and so on up to:
    [code]tooltips[8]=["picture8", "text8", {background:"#000000", color:"white", border:"5px ridge darkblue"}]

    If I tried to add a tooltip 9, 10, and 11 (I have 12 in total), either the image repeats for 9 through 11, or it does not show the window at all.

    I'd be happy to post a link to the URL I am working on, for further info. Just let me know how to fix this odd problem. =)

    Best,

    Writers (with cats)

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

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

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

    Default

    No, I got it.

    I think it must have been a coding error on my part; maybe missed a comma or something. =)

    This is a terrific script, btw. When the site's up, I'll show you the results.

    Writers

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
  •