gpt4 book ai didi

jquery - 如何将 DIV 放置在行和列样式中

转载 作者:行者123 更新时间:2023-11-28 10:33:27 25 4
gpt4 key购买 nike

我正在研究一个结构,我需要以图中所示的方式放置 div。

enter image description here

具有自动宽度但固定高度,不确定如何实现,理想的 HTML 将是

<div class="container">

<div class="box">1</div>
<div class="box">2</div>
<div class="box">3</div>
<div class="box">4</div>
<div class="box">5</div>
<div class="box">6</div>

</div>

最佳答案

<table>
<tr>
<td>
<table width="100%">
<tr>
<td><div>1</div></td>
<td><div>2</div></td>
<td><div>3</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td><div>4</div></td>
<td><div>5</div></td>
<td><div>6</div></td>
</tr>
</table>
</td>
</tr>
</table>

关于jquery - 如何将 DIV 放置在行和列样式中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23434191/

25 4 0
文章推荐: javascript - 根据原型(prototype)中的 URL 隐藏/显示
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com