gpt4 book ai didi

扩展超过 div 的 HTML 表格单元格数据

转载 作者:行者123 更新时间:2023-11-28 13:26:53 25 4
gpt4 key购买 nike

图像基本上显示了正在发生的事情。我有一个 1270px 的 wrapper 。在该包装器内(由右侧的垂直线表示)我有 4 个 div 和一个表格。表格内容正在推过页面包装器。页面包装器没有 float ,因为它只是将页面上的内容居中。

我尝试了以下但没有任何效果:

border: none;
padding: 0px;
border-collapse: collapse;
overflow: hidden;
table-layout: fixed;

这是什么原因造成的?这也允许来自其他 4 个 div 的所有其他内容也推过页面包装器。

enter image description here

编辑:

<div id="wrap-page">
<div id="wrap-content">
<table id="content">
<tbody>
<tr>
<td id="featured">
<h1>h1</h1>
<p>Lorem ipsum</p>

<h2>h2</h2>
<p>Lorem ipsum</p>
</td>
<td class="sidebar">
<p>Lorem ipsum</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>

html, body{
width:100%;
margin:0;
padding:0;
background:#ccc;
font-size:100%;
line-height:1;
font-family:Arial;
}

#wrap-page{
float:left;
margin:auto;
width:1270px;
}

#wrap-content{
margin:0 5px;
border:1px solid;
}

#content{
position:relative;
float:left;
border-collapse:collapse;
width:1270px;
margin:7px 0;
}

#featured{
width:822px;
}

.sidebar{
width:193px;
vertical-align:top;
}

最佳答案

您的内部 div 宽度和表格大于 1270 像素的外部包装。

关于扩展超过 div 的 HTML 表格单元格数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14057352/

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