我有一张超文本表格,其中我:
- Include explicit table width.
- Include explicit width on the first <td> row.
- I have images in the columns but I include height and width tags on the images so the browser should know in advance the sizing.
使用
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
这在互联网探索者第8号、第2号、第4号、第4号、第3号、第3号、第4号、第3号、第4号、第4号、第3号、第4号、第3号、第3号、第4号、第3号、第3号、第3号、第3号、第4条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第5条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条、第3条
互联网探索者7未遵循一栏所具体规定的col宽度,但显示其面积与他人相同。
我失踪了什么?
The following is some of the table HMTL and CSS:
CSS
#mainApplicationsTable
{
table-layout:fixed;
}
传真:
<table border= 0 class= altTable width= 320px id= mainApplicationsTable >
<thead>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
</tr>
</thead>
<tbody>
<tr class= odd recnum= 51 >
<td width= 190px ><div class= appDetailsClic k id= 51 >2</div></td>
<td width= 30px ><img width= 16px height= 16px title= a border= 0 src="../../images/image.png"></td>
<td width= 30px ><img width= 16px height= 16px title= Server border= 0 src="../../images/2.png"></td>
<td width= 30px ><img width= 16px height= 16px title= Server border= 0 src="../../images/2.png"></td>
</tr>
</tbody>
</table>