固定头标题的方法

 <style>
.Freezing
      {
    
      position:relative ;
      table-layout:fixed;
      top:expression(this.offsetParent.scrollTop);   
      z-index: 10;
      }
.Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px;}
</style>

 

用法:CSS设如上的样式,HeaderStyle加CssClass="Freezing,套住GridView的Div设置高度宽度 <div style="overflow-y: scroll; height: 200px;width:200px" >

你可能感兴趣的:(css,div,scroll)