Image manipulation using HTML Div and CSS - image overlay on image, cropping and image caption

In this blog we'll show you how to place an image inset on top of a larger image using div elements and appropriate CSS style of a HTML page. We don't display the inset right away, instead we hover over the image to actually show the inset image. We will also demonstrate how to crop images to desired sizes without scaling the image.

A link to a working demo of this blog can be found near the bottom of this article. View the source of the demo page to get the entire source.