我需要删除锚点中的空格
当我在锚点中使用 img 元素时,我总是遇到底部空白的问题...... 有人可以解决这个问题吗?我不想要那个空白区域...这是示例(我用红色背景突出显示该空白区域) http://tinkerbin .com/rNplOZcA
whan i use img element in anchor I always have a trouble with blank space on bottom...
can someone solve this problem? I don't want that blank space... here is example (i highlight that blank space with red background) http://tinkerbin.com/rNplOZcA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将图像的显示属性设置为
block
请参阅:http://work.arounds.org/issue/8/mysterious-white-space-gap-under-image-elements/
Set the image's display property to
block
See: http://work.arounds.org/issue/8/mysterious-white-space-gap-under-image-elements/