今天做个表格,需要显示黑体内边框,弄了半天弄不出来,怒了!直接拼揍

<title>无标题文档</title>
<style type="text/css">
	table{ border-top:black 1px solid; border-left:black 1px solid;}
	table td{ border-bottom:black 1px solid; border-right:black 1px solid;}
</style>
</head>
<body>
<table width="500px" height="200px" cellpadding="0" cellspacing="0">
	<Tr>
    	<Td>fd</Td>
        <Td>fd</Td>
        <Td>fd</Td>
    </Tr>
    <Tr>
    	<Td>fd</Td>
        <Td>fd</Td>
        <Td>fd</Td>
    </Tr>
</table>
</body>

 

 

posted on 2013-08-16 17:54  小小乌龟把头藏  阅读(1364)  评论(0)    收藏  举报