当前位置: 编程技术>WEB前端
div做细线表格,很强悍
来源: 互联网 发布时间:2014-09-06
本文导语: #div1 { width: 450px; border-top: #000 1px solid; border-left: #000 1px solid; } #div1 ul { width: 450px; margin: 0px; } #div1 li { float: left; width: 150px; height: 50px; list-style-type: none; border-right:#000 1px solid; border-bottom: #000 1px solid; text-align:...
#div1 {
width: 450px;
border-top: #000 1px solid;
border-left: #000 1px solid;
}
#div1 ul {
width: 450px;
margin: 0px;
}
#div1 li {
float: left;
width: 150px;
height: 50px;
list-style-type: none;
border-right:#000 1px solid;
border-bottom: #000 1px solid;
text-align: center;
line-height: 50px;
}
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]