gpt4 book ai didi

css - 表格TD内强制DIV全高

转载 作者:太空宇宙 更新时间:2023-11-03 19:35:16 25 4
gpt4 key购买 nike

我明白了:

<style>
.topdiv {
vertical-align:top
}
.bottomdiv {
vertical-align:bottom
}
</style>

<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
content<br/>
content<br/>
content<br/>
content<br/>
This cell holds content that is higher than the right side<br/>
content<br/>
content<br/>
content<br/>
content
</td>
<td>
<div class="containerdiv">
<div class="topdiv">
I want this DIV at the top of the cell
</div>
<div class="centerdiv">
I want this DIV in the middle of the cell
</div>
<div class="bottomdiv">
I want this DIV at the bottom of the cell
</div>
</div>
</td>
</tr>
</table>

我希望文字能很好地解释我的问题:)

最佳答案

首先,在 2011 年使用表格布局是个坏主意,更不用说混合表格和 div 布局了!

我觉得在只有 div 的布局中做这件事比这个要简单得多。

关于css - 表格TD内强制DIV全高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6325232/

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