gpt4 book ai didi

css - 设置表格列宽

转载 作者:太空宇宙 更新时间:2023-11-04 16:02:29 27 4
gpt4 key购买 nike

我尝试通过调整 宽度来做到这一点:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sample Page</title>
<style type="text/css">
div {width:100%; overflow:auto;}
table, td {border:1px solid #000;}
td {width:1000px;}
</style>
</head>
<body>
<div>
<table>
<tr>
<td>First cell</td>
<td>Second cell</td>
<td>Third cell</td>
</tr>
<tr>
<td>Forth cell</td>
<td>Fifth cell</td>
<td>Sixth cell</td>
</tr>
</table>
</div>
</body>
</html>

但是没有用。我错过了什么?

最佳答案

您的表格布局必须固定才能固定列宽:

<table style="width: 100%; table-layout: fixed;">

关于css - 设置表格列宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9639099/

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