/*Fix Table Row and Col Style*/
.fixLeftTop

    POSITION: relative;  
    Left: expression(this.offsetParent.scrollLeft-1);
    TOP: expression(this.offsetParent.scrollTop-1);
    z-index:103 ;
}
.fixTop
{
    POSITION: relative;  
    TOP: expression(this.offsetParent.scrollTop-1);
    z-index:102 ;
}
.fixLeft

    POSITION: relative;  
    Left: expression(this.offsetParent.scrollLeft-1);
    z-index:101;
}

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2021-12-03
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-17
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案