/*修正ie6 闪烁bug*/
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}



/*对话框 fixed 定位*/
#loginDialog {
    position:fixed;
    top:125px;
    left:50%;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+125));
    _left:expression(eval(document.documentElement.clientWidth)/2);
}

相关文章:

  • 2022-02-01
  • 2021-06-20
  • 2021-11-16
  • 2021-09-06
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2021-09-29
  • 2021-07-31
相关资源
相似解决方案