gpt4 book ai didi

html - 一个表占用其他表中单元格的可用高度

转载 作者:太空宇宙 更新时间:2023-11-04 13:05:18 25 4
gpt4 key购买 nike

情况有点像这样

<table>
<tbody>
<tr>
<td>
<table align="left" id="t1" style="width: 30%">
....
</table>
<table align="left" id="t2" style="width: 70%">
....
</table>
</td>
</tr>
</tbody>
</table>

现在表格#t1中的内容更少了比#t2 .所以他们 parent 的高度<td>#t2中的内容量决定

有没有办法居中对齐 #t1或制作#t1占据整个可用高度?

已经试过了vertical-align在他们身上.. 还没有成功。

可以更改标记。但不能替换 <table>通过 <div>

如有任何帮助,我们将不胜感激。

最佳答案

试试这个:

#t1 td {
vertical-align: middle;
}

关于html - 一个表占用其他表中单元格的可用高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25176147/

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