Results 1 to 5 of 5

Thread: Picture Titles Do Not Display

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

    Default Picture Titles Do Not Display

    1) Script Title: Thumbnail Viewer
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    3) Describe problem: For some reasons, the pictures title do not show up. Is there suppose to a way to get the picture title to show up underneach each large picture when the over is place over each thumb nail.

    I noticed in the codes that there is a place to enter the title of the picture. I did that but my titles are not showing up. Perhaps I missed something.

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

    Default

    Yep, the "title" attribute of the thumbnail link itself is where you'd specify the text to show underneath the enlarged image, for example:

    Code:
    <a href="http://www.nasa.gov/images/content/167040main_image_feature_738_ys_4.jpg" rel="enlargeimage::mouseover" rev="loadarea::http://www.dynamicdrive.com" title="This is an example">Thumbnail Example 1</a>
    If doing this doesn't work for you, please post a link to the page on your site that contains the problematic script so we can check it out.

  3. #3
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ddadmin,

    Thank you so much for your help. It works perfectly. Is there any way to change the color of the title.

  4. #4
    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

    Whatever loadarea you are using, that is also its id. So you can style it in the head of the page, as you would any id, ex:

    HTML Code:
    <style type="text/css">
    #loadarea {
    color:red;
    }
    </style>
    - John
    ________________________

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

  5. #5
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you John.

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
  •