gpt4 book ai didi

css - 容器div宽度问题

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

谁能告诉我为什么外部 div 没有扩展到页面宽度?有没有不删除文档类型声明的解决方案(如果我删除文档类型,它正在扩展)?我的页面也处于 js 禁用模式。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1 /DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<div style="border:1px solid #ff0000;">

<div>
<table class="storeList">
<thead>
<tr>
<th>
Country Code
</th>
<th>
Store ID
</th>
<th>
Store Name
</th>
<th>
TownName
</th>
<th class="actions">
Store Operation
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
TEST
</td>
<td>
TEST
</td>
<td>
hghjgdkjvhkjhvhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjjjjjjjjjjjjjjhghjgdkjvhkjhvhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjjjjjjjjjjjjjjdhgfdhf
</td>
<td>
TEST
</td>
<td class="actions">
TEST ACTIONS
</td>
</tr>
</tbody>
</table>
</div>

</div>
</body>
</html>

最佳答案

这个答案有效,保证!

到你的最外层div ( <div style="border:1px solid #ff0000;"> ),添加:

  • float: left , 或者;
  • display: inline-block .

如果您想查看这两个修复程序的演示,请查看我提供的这些较旧的答案:

关于css - 容器div宽度问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5897855/

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