开发者

Unwanted Margin Below Image

开发者 https://www.devze.com 2023-04-06 02:24 出处:网络
I have an image and a div I want to place below it. (Here\'s the fiddle. http://jsfiddle.net/d3Mne/1/)

I have an image and a div I want to place below it. (Here's the fiddle. http://jsfiddle.net/d3Mne/1/)

The problem is that there is a margin between the two. This bottom margin is only present with images. Is th开发者_JAVA百科ere any way to remove it?


Set display: block; on the image :)

0

精彩评论

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