让页面弹框垂直水平居中

#box {
    height: 500px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -300px;/*分别为高度和宽度的一半*/
    z-index: 9999;
}

posted @ 2013-12-04 15:11  梓色心晴  Views(276)  Comments(0Edit  收藏  举报