Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML帧分配_Html_Html Table - Fatal编程技术网

HTML帧分配

HTML帧分配,html,html-table,Html,Html Table,我在划分HTML框架时遇到了问题。我一直在HTML中使用以下字段: <table width=900 border="1" cellspacing="10"> <tr> <td width="500" height="170">section1 </td> <td width="400" rowspan=2> section2</td> </tr> <tr>

我在划分HTML框架时遇到了问题。我一直在HTML中使用以下字段:

<table  width=900 border="1" cellspacing="10">
  <tr>
    <td width="500" height="170">section1 </td>
    <td width="400" rowspan=2> section2</td> 
  </tr>
  <tr>  
    <td width="500" height="400" valign="left">
      <div id="response">
      </div>
    </td>
  </tr>
</table>

第一节
第2节
它正在创建一个表,但问题是一个响应元素,它是动态加载的。 当加载section1的大小时,section2也会更改。有人会说吗 改变划分可变大小框架的方法,这意味着更改第1节中的内容不应影响第2节,同样#响应元素更改不应影响第1节的大小


有没有一种新的方法可以解决这种情况?

在大多数浏览器中,表和其他元素都会以增量方式加载,因此连接速度较慢的用户不必等待五分钟才能看到某些内容

如果表格单元格的大小发生变化,这应该无关紧要。您可以为“响应”分区指定宽度/高度,这将有助于在加载内容时大幅改变大小