/* IE6 是不支持position:fixed的,解决如下*/
.right-bar{ _position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
/* 下拉页面的时候IE6是抖动的,解决如下*/
body{ _background:url(about:blank) fixed;}

相关文章:

  • 2021-08-19
  • 2021-08-10
  • 2022-02-26
  • 2021-10-30
  • 2022-12-23
  • 2021-05-31
  • 2021-09-05
猜你喜欢
  • 2021-07-17
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案