兼容所有浏览器的1px 1像素表格
摘要:表格部分<table cellspacing="0" cellpadding="0"> <tr> <th scope="col">义齿类型</…
表格部分
<table cellspacing="0" cellpadding="0">
<tr>
<th scope="col">义齿类型</th><th scope="col">牙位</th><th scope="col">义齿材料</th>
</tr><tr>
<td>透明保持器</td><td><div class=a>上颌 </div><div class=b></div><div class=d></div><div class=c></div></td><td> </td>
</tr>
</table>
css部分
table{ border:1px solid #999; width:100%; }
td{height:12px; line-height:12px; text-align:center; padding:5px;border:1px solid #999;}
th{height:20px; line-height:20px;padding:8px;border:1px solid #999;}
目前测试火狐 ie google opera 等都兼容 浏览器不兼容真是太变态了。唉。



