views:

15

answers:

1

There are quite a few Lightbox implementations. Is there any such that it displays a larger version of the image as soon as the user enters the thumbnail with the mouse? The preview should be displayed next to mouse position. The shaded lightbox effect is not required.

+1  A: 

This is not really lightbox behavior, more like styled tool tips.

Prototip does a great job at that kind of stuff:

http://www.nickstakenburg.com/projects/prototip2/

I think you need to attach two different behaviors to your link, a tooltip behavior and a lightbox behavior.

seanizer
yes, that is exactly what I need. Thanks!
Marek