Results 1 to 3 of 3

Thread: Conveyor Belt w/Text On Image Mouseover?

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt w/Text On Image Mouseover?

    Conveyor Belt Slideshow Script:

    http://www.dynamicdrive.com/dynamici...rightslide.htm

    This cross browser image slideshow scrolls the containing images in a "conveyor belt" fashion. Images can be set to click through to various URLs, and when the mouse moves over the "belt", it pauses for the visitor to interact.

    Question
    I'd like to have different titles etc displayed on each image when the mouse moves over the "belt" and pauses. Is this possible?

    Thanks for your help!

  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

    You could add a tool tip script. That's a little tricky though, so I'll get back to it later if we need to. The easiest thing to do would be to give your images in the 'train' a title attribute:

    Code:
    leftrightslide[0]='<a href="http://"><img title="Title for this Image" src="dynamicbook1.gif" border=1></a>'
    leftrightslide[1]='<a href="http://"><img title="Title for this Image" src="dynamicbook2.gif" border=1></a>'
    leftrightslide[2]='<a href="http://"><img title="Title for this Image" src="dynamicbook3.gif" border=1></a>'
    leftrightslide[3]='<a href="http://"><img title="Title for this Image" src="dynamicbook4.gif" border=1></a>'
    leftrightslide[4]='<a href="http://"><img title="Title for this Image" src="dynamicbook5.gif" border=1></a>'
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    Colina148 (01-02-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks - That did the trick!

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
  •