DIV的上下左右均居中 主要用于弹出框,用css实现。
div { position: absolute; top: 50%; left: 50%; margin: -150px 0 0 -200px; width: 400px; height: 300px; background-color: #CCC;}