火狐浏览器不支持三层表格的嵌套吗?

来源:百度知道 编辑:UC知道 时间:2024/05/22 06:06:35
直接拷贝这段代码,在ie和火狐中预览,可以看到明显的不同。
第三层表格显然不是按照预设的200px和250px分配的。

<html>
<head>
<title>无标题文档</title>
</head>
<body>

<!--第一层表格-->
<table bordercolor="#0000aa" border="1">
<tr>
<td width="583" valign="top" bgcolor="#009933">
<!--第二层表格-->
<table width="500" height="415" bordercolor="#0033CC"border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!--第三层表格-->
<table width="450px" height="209" border="1" bordercolor="#CC6699" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="200px" height="25" align="center">

<html>
<head>
<title>无标题文档</title>
</head>
<body>

<!--第一层表格-->
<table bordercolor="#0000aa" border="1">
<tr>
<td width="583" valign="top" bgcolor="#009933">
<!--第二层表格-->
<table width="500" bordercolor="#0033CC"border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!--第三层表格-->
<table width="450" height="209" border="1" bordercolor="#CC6699" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100" align="center">您的姓名:</td>
<td width="350"><input name="name" type="text" id="name&