日期:2014-05-17 浏览次数:20469 次
现在我只是把它居中,可是表头与滚动的内容对不齐,,这是什么原因,,,demo 上传到 这里,,另外请教各位大神, 怎么把右边的滚动条去掉? 有没有左右滚动的例子?
.blk_02
{
margin-top: 4px;
}
.blk_02 .table_title table
{
border-left: 1px solid #b3d3ec;
border-top: 1px solid #b3d3ec;
background: #e0f0fd;
color: #5198cc;
margin:0 auto;
}
.blk_02 .table_title table th
{
border-right: 1px solid #b3d3ec;
border-bottom: 1px solid #b3d3ec;
height: 24px;
font-weight: normal;
}
.blk_02 .table_data
{
height: 500px;
overflow: auto;
width:916px;
}
.blk_02 .table_data table
{
border-left: 1px solid #b3d3ec;
}
.blk_02 .table_data table td