Enlarging images with CSS (or jQuery) without moving everything else on the page

前端 未结 6 1883
暖寄归人
暖寄归人 2021-01-05 19:28

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

6条回答
  •  心在旅途
    2021-01-05 20:27

    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/

提交回复
热议问题