There really isn't a need for a plug-in to accomplish that effect. In fact, you can use css only. Here is an example of one image; start with this HTML
@kloy You can do the same thing with a link wrapping a div with content, the only limitation I can think of is that in older version of IE, using the :hover selector only works on <a> links.
http://www.revannielawrence.com/html/testimonials.html
There really isn't a need for a plug-in to accomplish that effect. In fact, you can use css only. Here is an example of one image; start with this HTMLand apply this css
I don't know of a plug-in but it isn't hard to write something that will do this.
:hoverselector only works on<a>links.When the user clicks on the corresponding thumbnail, the div will be revealed.
Only 1 div will be visible at any given time.