gpt4 book ai didi

html - 表格中的图像总是高于文本

转载 作者:行者123 更新时间:2023-11-28 10:16:41 26 4
gpt4 key购买 nike

为什么表格单元格中的图像总是更高并且没有任何默认填充,另一方面,即使没有边距或填充,文本也总是默认略低于?

假设有两列:

|     | img |
| txt | |
| | |
| | |

文本总是略低于图像,边距/填充与图像相同...我该如何解决这个问题,使两者完全相同?假设图像有 v-align: top,我希望文本和图片垂直对齐(看图片的红线):

CLICK ME

最佳答案

给图片添加CSS规则

img {

vertical-align:middle;

}

更新:

td {

vertical-align:top;

}

这应该有效:

http://codepen.io/anon/pen/bDoms

关于html - 表格中的图像总是高于文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24184481/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com