表格中只显示TOP 与BOTTOM 的方法
时间:2008-03-21 来源:anglexiaomin
  <style type="text/css">
  .style1{ border-bottom:1px dotted #000000}
  </style>
  </head>
  <body>
  <table width="200"   style="border-top:1px dotted #00FF00 ; border-bottom:1px dotted #000000 " >
    <tr>
      <td>hhhh</td>
    </tr>
  </table>
  <table width="200" class="style1" >
    <tr>
      <td>hhhh</td>
    </tr>
  </table>
  <table width="200" class="style1" >
    <tr>
      <td>hhhh</td>
    </tr>
  </table>
  <table width="200" class="style1" >
    <tr>
      <td>hhhh</td>
    </tr>
  </table><table width="200" class="style1">
    <tr>
      <td>hhhh</td>
    </tr>
  </table><table width="200" class="style1">
    <tr>
      <td>hhhh</td>
    </tr>
  </table>
  </body>
  </html>










