一、彩色虚线表格 <!-- .tab1 { border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: #00CC66; border-right-color: #0099CC; border-bottom-color: #FF0000; border-left-color: #6699FF; } --> 虚 线 表 格 二、鼠标指向单元格变色 onmouseout="this.style.backgroundColor=''" onmouseover="this.style.backgroundColor='#FFcccc'">单元格变色 onmouseout="this.style.backgroundColor=''" onmouseover="this.style.backgroundColor='#FFccaa'">单元格变色 三、立体表格 立体 表格 四、表格嵌套 1、利用表格的间距来做嵌套 嵌套 嵌套 嵌套 2、充分利用根据表格对齐的方式 表格对齐 表格对齐 表格对齐 五、半透明表格 <!-- .bg { background-color: #66CCFF; filter: Alpha(Opacity=20); } --> 半 透明 表 格 六、阴影表格 111 222 333 [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]