当前位置: 编程技术>WEB前端
div+css模拟表格效果代码
来源: 互联网 发布时间:2014-10-04
本文导语: DIV+CSS模拟表格效果 - by koyoz.com * {margin:0;padding:0} #main {margin:100px 0 0 200px} #main ul {width:520px;height:165px;list-style:none} #main li {border-left:1px solid #ccc;border-top:1px solid #ccc;float:left;width:102px;height:33px;text-align:center;line-height:33px} ...
DIV+CSS模拟表格效果 - by koyoz.com
* {margin:0;padding:0}
#main {margin:100px 0 0 200px}
#main ul {width:520px;height:165px;list-style:none}
#main li {border-left:1px solid #ccc;border-top:1px solid #ccc;float:left;width:102px;height:33px;text-align:center;line-height:33px}
#main li.b {border-bottom:1px solid #ccc}
#main li.r {border-right:1px solid #ccc}
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
- 11
- 11
- 11
- 11
- 11
- 11
- 11
- 11
- 11
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]