Results 1 to 2 of 2

Thread: Image/description tooltip challenge

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

    Default Image/description tooltip challenge

    1) Script Title: Image w/description tooltip

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

    3) Describe problem: For some reason (and I cannot figure it out) the script is skipping one image of hundreds which then throws all subsequent images off by one.

    See this test site:http://www.sobkowich.com/_test/produ...ers/index.html

    There is a long list of plants. When mouseover, image pops up. The first three in the list are correct. After the third image, the script skips one image and then starts offering up the other ones so that all photos are off by one. I can't figure out the problem. Please help.

    Thanks in advance.

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    I think its just because you've missed a line out of your html that's throwing the corresponding line in the js askew.

    Tooltip 3 in your js is this:
    Code:
    tooltips[3]=["http://www.sobkowich.com/products/Proven Winners/graphics/ageraturm_artist_rose.jpg"]
    But the html that goes with it is:
    HTML Code:
    <p class="product_table_txt"><a href="products_pw_angelonia_hybrid_angelface_blue.html" rel="imgtip[3]">PW&reg; Angelonia Angelface&reg; Blue</a></p>
    Pink (rose) flower pic / Blue flower html
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Image w/ description tooltip - Description hidden
    By Lady Rogue in forum Dynamic Drive scripts help
    Replies: 9
    Last Post: 01-25-2010, 05:39 PM
  2. Image w/ description tooltip
    By Lady Rogue in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 01-05-2010, 09:39 PM
  3. Image w/ description tooltip help
    By jonnyray in forum Dynamic Drive scripts help
    Replies: 11
    Last Post: 09-30-2009, 12:03 AM
  4. Image w/ description tooltip
    By Signe in forum Dynamic Drive scripts help
    Replies: 9
    Last Post: 08-12-2005, 01:27 AM

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
  •