Results 1 to 6 of 6

Thread: image w/ description tooltip v2.0 some do not work

  1. #1
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default image w/ description tooltip v2.0 some do not work

    1) Script Title: ddimgtooltip.js only some pictures view

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...agetooltip.htm
    3) Describe problem:
    I am using the tooltip and most or the pictures work but some do not. It works in dreamweaver under live view and when I hit f12 to view on line. When I post the web site several of the pictures are not working. I know that all pictures were moved including all html pages. I am posting around 25 pictures. Any suggestions?

  2. #2
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    You should post the URL of your website and also post your HTML and CSS code in the [CODE][/CODE] tag. Click this icon

  3. #3
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    www.ocbdd.org/ocbdd2

    I could not click your icon??

  4. #4
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    the pictures are under the staff page...forgot to give you that link
    www.ocbdd.org/ocbdd2/staff.html

  5. #5
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Make sure that the capitalization is the same in the tooltip array and the images. For example in the tooltip you find

    tooltips[17]=["Images/Staff/jill.JPG", "Jill Bothe", {width:"200px"}]

    But the actual image is found at this path:

    Images/Staff/Jill.JPG

    The difference being the capital J in Jill

  6. The Following User Says Thank You to azoomer For This Useful Post:

    dcook@ocbdd.org (02-09-2011)

  7. #6
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank u soooo much. That solved my problem.!!

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
  •