position: fixed; /*IE6以外的兼容*/
_position:absolute;/*兼容IE6的代码*/
_bottom:auto;/*兼容IE6的代码*/
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
/*兼容IE6的代码*/ border: 2px solid #4AA700; /* 其余显示代码 */ display: block; z-index: 999; width: 290px; bottom: 0px; right: 0px; background:#FFF; padding:10px;

郁闷,悬浮框做了N久,今天才有人反映网站的悬浮框一直在下面不动。后面修改成上面的代码,就OK了

相关文章:

  • 2021-07-10
  • 2021-11-15
  • 2021-10-10
  • 2022-03-02
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2021-07-22
  • 2021-12-09
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案