Rollover & Display Image

I would like to display an image as a preview when someone rolls over links I have on a page. A good example of this would be when you search for templates on [B]templatemonster[/B]. Is there a particular script for doing this? When I rollover the image on the green arrow, the bigger image in the red arrow comes up. I assume that this could probably be done with css?

Thanks.

Yes, to some extent. For example, you could nest the image inside the parent element that is hovered, position it absolutely, and have it appear only on hovering the parent element.

Thanks Ralph! Will try it that way.

This can be achieved using JQuery and JavaScript. There is a mouseover function in it which help you achieve what you require in an attractive way :slight_smile: