开发者

Line-height affects images?

开发者 https://www.devze.com 2023-03-19 11:25 出处:网络
http://jsfiddle.net/xJmZt/ As you can see in the above example , there is extra height of about 6px on the div.

http://jsfiddle.net/xJmZt/

As you can see in the above example , there is extra height of about 6px on the div.

That ex开发者_开发百科tra height is gone if line-height is changed to ~1px (link).

So line-height affects images too ?


Images by default are defined as inline elements so they follow text rules, you can either set the container height to match the images', or give the image display: block or vertical-align: bottom.

0

精彩评论

暂无评论...
验证码 换一张
取 消