div的居中

<style><!--
#header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:110px;
	z-index:1;
	background-color: #FF0000;
	margin: auto;
	text-align: left;
}
--></style>
<div id="head"></div>
要将一个div居中在浏览器中需要设置div为:position:relative;margin:auto;
posted @ 2011-04-08 00:55  lyqandgdp  阅读(278)  评论(3编辑  收藏  举报