<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>GridView固定表头 </title>
        <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>
</head>
<body style="font-size=12px">
    <form >
评论列表

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-08-27
猜你喜欢
  • 2021-07-14
  • 2021-07-05
  • 2021-09-28
  • 2021-11-27
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案