{ margin:0;}#box { width:300px; height:300px; background:#03F; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;}
二、让子DIV在父DIV中居中;笔墨在DIV中居中
.in { width:60px; height:60px; background:#0FC; position: absolute; top:50%; left: 50%; / 外边距设置为这个DIV块的宽度和高度1/2 / margin-top: -30px; margin-left: -30px; / 设置块内的笔墨水平居中,行高为DIV块的高度使其垂直居中/ text-align:center; line-height:60px;}
三、弹出提示笔墨
<div id=\"大众box\"大众> <A href=\"大众#\公众 onclick=alert(\"大众报名还未开始,请稍后再试!
\"大众) > <div class=\"大众in\"大众>开始</div> </A></div>