用css不用以前比较传统的用表格背景+单元格背景实现的效果
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
<title>css table 之1px边框单元格--脚本之家</title>
</head>
<body>
<style type="text/css">
.myTable,.myTable td {
border:1px solid #cccccc;
border-collapse:collapse;