#12006/7/20 13:24:29
一个目录用一个表格完成,可是用样式怎样写呢?这个外边框是二个边,TD的下边线却是SOLID,一个像素。我写的样式,达不到。
.list_table{
background:#ccc;
border:1px double #efefef;
font:Arial, Helvetica, sans-serif,"宋体" 12px;
line-height:22px;
width:180px;
}
.list_table th{
background:url(../images/tree_title.gif) no-repeat;
height:23px;
width:172px;
padding-left:20px;
color:#fff;
}
.list_table td{
background-color:#fff;
padding-left:40px;
}
帮我看看怎么改
编辑历史:[此帖最近一次被 lilish 编辑过(编辑时间:2006-07-20 17:07:23)]