您现在的位置:主页 > CSS实例 > 文章内容

CSS布局实例:一个不错的表格样式

作者:admin     来源:未知     日期:2012-01-22    点击:0
  今天在蓝色看到一个表格的设计图,于是自己动手做了效果,虽然没有达到图中的效果,但也算不错了!

div css xhtml xml Source Code to Run Source Code to Run [www.]
    [ 可先修改部分代码 再运行查看效果 ]
HTML代码:

div css xhtml xml Example Source Code Example Source Code [www.]<table width="590" cellspacing="1">
 <caption>
  text
 </caption>
 <thead>
<tr>
<th class="line1" scope="col">text</th>
<th scope="col">text</th>
<th scope="col">text</th>
<th class="line4" scope="col">More</th>
</tr>
</thead>
 <tbody>
<tr>
<th height="78">text text text text</th>
<td>text text text text</td>
<td>text text text</td>
<td class="line4"> </td>
</tr>
 </tbody>
 <tfoot>
<tr>
<th></th>
<td></td>
    <td></td>
   用户名: (新注册)  密码: 匿名评论 [所有评论]     注意:(评论内容不能超过250字,需审核后才会公布,可以匿名评论,请自觉遵守互联网相关政策法规。)

精彩广告

    精彩推荐


      Copyright © 2011-2013 CSS教程网 版权所有