DIV布局,并列同行显示
发布网友
发布时间:2022-05-06 12:39
我来回答
共2个回答
热心网友
时间:2022-04-25 17:46
<div>
<div>
<div>
<div style="display:block; float:left; width:213px; border:1px solid #36F;">
<table width="213" height="219" border="0" cellpadding="1">
<tr>
<th height="215" scope="col"> </th>
</tr>
</table>
</div>
<div style="display:block; float:left;width:555px;; border:1px solid #36F;">
<table width="555" height="220" border="0" cellpadding="1">
<tr>
<th width="95" height="87" scope="col"> </th>
<th width="364" scope="col"> </th>
</tr>
<tr>
<th height="15" colspan="2" scope="row"><hr /></th>
</tr>
<tr>
<th height="110" scope="row"> </th>
<td> </td>
</tr>
</table>
</div>
<div style="diaplay:block; float:left;width:220px; border:1px solid #36F;">
<table width="220" border="0" cellpadding="1">
<tr>
<td width="220" height="217"> </td>
</tr>
</table>
</div>
</div>
</div>
</div>
哥们 你的css代码都写错了 能好用吗?宽度是这么写的 width:231px; 懂了吗
还有 有的地方不结束 没有; 写的很不规范 所以出现了错误!~
热心网友
时间:2022-04-25 19:04
<div style="width:606px;">
<div style="width:200px;border:1px #000 solid; float:left">11111</div>
<div style="width:200px;border:1px #000 solid;float:left">22222</div>
<div style="width:200px;border:1px #000 solid;float:left">33333</div>
</div>