div的居中
时间:2011-04-08 来源:lyqandgdp
<style><!--
#header {
position:relative;
left:0px;
top:0px;
width:900px;
z-index:1;
background-color: #FF0000;
margin: auto;
text-align: left;
}
--></style>
<div id="head"></div>
要将一个div居中在浏览器中需要设置div为:position:relative;margin:auto; 相关阅读 更多 +










