<style type="text/css" title="currentStyle" media="screen" mce_bogus="1"> #divcenter{ position:absolute;/*层漂浮*/ top:50%; left:50%; width:300px; height:300px; margin-top:-150px;/*注意这里必须是DIV高度的一半*/ margin-left:-150px;/*这里是DIV宽度的一半*/ /* background:yellow; */ /* border:1px solid red; */ } </style>
<div id="divcenter"></div>