.FixedTitleRow
        {
            position: relative;
            top: expression(this.offsetParent.scrollTop);
            z-index: 10;
            background-color: #E6ECF0;
        }
       
        .FixedTitleColumn
        {
            position: relative;
            left: expression(this.parentElement.offsetParent.scrollLeft);
        }

 

相关文章:

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