Skip to main content
Participating Frequently
September 29, 2009
Question

RoboHelp 8 HTML WebHelp How to display a larger image of a thumbnail by clicking on or rolling over the thumbnail?

  • September 29, 2009
  • 1 reply
  • 611 views

How would you display a larger image of a thumbnail by clicking or rolling over the thumbnail?

    This topic has been closed for replies.

    1 reply

    Captiv8r
    Legend
    September 29, 2009

    Hi there

    For a mouseover you would have to add some custom developed JavaScript. You could probably find some pre-made on the web if you poked around.

    Generally speaking, any way you slice it you will be using two images. One for the thumbnail and one for the full sized image. You could employ the popup functionalty to pop up the larger image.

    I used to simply create DHTML drop-downs and insert the large images in the drop-down area.

    Cheers... Rick

    Helpful and Handy Links

    RoboHelp Wish Form/Bug Reporting Form

    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!

    Adobe Certified RoboHelp HTML Training

    SorcerStone Blog

    RoboHelp eBooks

    Participating Frequently
    October 15, 2009

    Thank you for taking the time to answer this.  I really appreciate it!