fixed 定位兼容ie6

 

 

/*修正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);
}
posted @ 2012-08-13 20:42  长城的草  阅读(183)  评论(0编辑  收藏  举报