gpt4 book ai didi

html - 将表格及其内容移动到更大单元格的顶部和底部

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

如何将标题为“border one”和“border two”的行移动到它们所在单元格的顶部和底部?如果我尝试填充顶部/底部,它会在放大/缩小时弄乱结构。

这是一个 fiddle :http://jsfiddle.net/0uzjyxa5/

    <table align="center" border="1" cellpadding="0" cellspacing="0" width="680" height="942" style="border-top: 1px solid white;">

<td style="width: 288px; height:auto;">

</td>

<td>
<table border="1" width="100%">
<tr><td>border top</td></tr>
</table>

<table border="1" width="100%">
<tr><td>venue info</td></tr>
</table>

<table border="1" width="100%">
<tr><td>border bottom</td></tr>
</table>
<td style="width:17px;"></td>
</td>
</table>

最佳答案

您可以使用

对齐表格数据
table td {
vertical-align: bottom;
}

table td {
vertical-align: top;
}

关于html - 将表格及其内容移动到更大单元格的顶部和底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28599157/

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