GridView内容循环滚动 ,散分 散分散分,, 100%结贴
在网找的一个滚动的demo ,挺好用的,只是demo中的GridView是靠左的,,如下图,,现在我只是把它居中,可是表头与滚动的内容对不齐,,这是什么原因,,,demo 上传到 这里,,另外请教各位大神, 怎么把右边的滚动条去掉? 有没有左右滚动的例子? GridView 滚动 循环
[解决办法]
居中后不对其是因为出现滚动条的原因 你头部的div设置宽度的是候要比内容div少16px 这样就可以了
.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
{
border-right: 1px solid #b3d3ec;
border-bottom: 1px solid #b3d3ec;
height: 24px;
font-weight: normal;
text-align: center;
}
#g{margin:0 auto;}
.table_title{width:900px;}