没有上边框的Table

来源:互联网 发布:赌博数据分析表 编辑:程序博客网 时间:2024/04/29 06:41

<style>
table#listWhole {
 border-collapse: collapse; border-bottom: 1px inset block;
}
</style>
<table border="1" cellpadding="0" cellspacing="0" width="200" height="120" frame="vsides"
    id="listWhole" bordercolor="#C0C0C0">
    <tr>
        <td>张三</td>
        <td>28</td>
        <td>大连</td>
    </tr>
    <tr>
        <td></td>
        <td>22</td>
        <td></td>
    </tr>
    <tr>
        <td>王五</td>
        <td>28</td>
        <td>沈阳</td>
    </tr>
</table>

原创粉丝点击