展开全部
追问
额。。谢谢回答,如果表格用来布局边框边距间距都是0你说的方法是可以的,但是如果表格用来存放数据边框那些值不为0,嵌套表格的话就会有的边粗有的边窄,这个有解决方法吗?
追答
用CSS样式实现吧,你看一下是如果效果吗,
代码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
table,td{border-collapse: collapse;}
.border{border:1px solid #00f;}
.border2{border:1px solid #00f; border-left:none;}
</style>
</head>
<body>
<table width="500" height="85" cellpadding="0" cellspacing="0">
<tr>
<td height="100" class="border"> </td>
<td rowspan="3"><table width="100%" height="150" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="150" bordercolor="0" class="border2"> </td>
</tr>
<tr>
<td height="150" bordercolor="0" class="border2"> </td>
</tr>
</table></td>
</tr>
<tr class="border">
<td height="100"> </td>
</tr>
<tr class="border">
<td height="100"> </td>
</tr>
</table>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询