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>
<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>