论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > div+css布局教程
Tag:css,入门,技巧,div,实例,示例,菜单,布局,web2.0,ul,li,经验,列表,web标准,xhtml,web标准,浏览器,兼容,css hack,表格,视频教程

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

文章类别:div+css布局 | 发表日期:2008-9-26 11:28:05

  今天在蓝色看到一个表格的设计图,于是自己动手做了效果,虽然没有达到图中的效果,但也算不错了!

div css xhtml xml Source Code to Run Source Code to Run [www.21shipin.com]

[ 可先修改部分代码 再运行查看效果 ]

HTML代码:

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
<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>
<td></td>
</tr>
</tfoot>
</table>

CSS代码:

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
body{background-color:#D5DFE9;}
table{border-spacing:1px; border:1px solid #A2C0DA;}
td, th{padding:2px 5px;border-collapse:collapse;text-align:left; font-weight:normal;}
thead tr th{background:#B0D1FC;border:1px solid white;}
thead tr th.line1{background:#D3E5FD;}
thead tr th.line4{background:#C6C6C6;}
tbody tr td{height:50px;background:#CBE2FB;border:1px solid white; vertical-align:top;}
tbody tr td.line4{background:#D5D6D8;}
tbody tr th{height:50px;background: #DFEDFF;border:1px solid white; vertical-align:top;}
caption,tfoot{display:none;}
视频教程列表
文章教程搜索
 
div+css推荐教程
div+css热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058