专题文章
时长:00:00更新时间:2020-11-27 15:43:29
代码如下,在IE7下可以实现冻结效果,但是在IE8下则不可以,请问各位如何处理_html/css_WEB-ITnose: new document .FixedHeaderColumnsTableDiv { overflow: auto; position: relative; border: 1px solid; } .FixedCell { position: relative; top: expression(this.offsetParent.scrollTop); left: expression(this.parentElement.offsetParent.scrollLe
查看详情