Results 1 to 2 of 2

Thread: Image w/descript tooltip script help

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

    Default Image w/descript tooltip script help

    Script: Image with description tooltip
    http://www.dynamicdrive.com/dynamici...agetooltip.htm

    I have a total of 15 links that I want to display different images for.. when I put more than x number of images.. the script no longer works. Please help me understand the script and tell me which part of the script needs to be changed to accomodate my needs. Thanks!

  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

    Your messages array probably has syntax errors in it. The most common are unescaped quotes of the same type used to delimit a string that contains them:

    'the cat's dish'

    needs to be:

    'the cat\'s dish'

    or missing commas. There could be other problem(s) with the script. If you cannot find and correct the problem(s):

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

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

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
  •