好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ulli实现表格问题_html/css_WEB-ITnose

css

我想用ul+li实现表格功能,代码如下






ul {
list-style:none;
width:100%;
border:solid 2px red;
border-bottom-width:0px;
border-left-width:0px;
}
li {
float:left;
width:10%;
border:solid 2px red;
border-right-width:0px;
border-top-width:0px;

}






aaa
bbb
ccc
ddd
eee
fff
ggg
hhh
iii
jjj
kkk
lll


查看更多关于ulli实现表格问题_html/css_WEB-ITnose的详细内容...

  阅读:31次