I have a dynamically generated set of images (with a comment near every image). I want to display every image with max-width and max-height of 48 px, but when the user is ho
Put each of your images in a container which has a set width and height. The overflow of your container will be visible.
Anything that flows outside will be visible, but won't effect the content.
http://jsfiddle.net/ck6MG/