第一種方案(全文檔):
body {
text-align: center;
}
body div {
margin: 0 auto;
}
第二種方案(某DIV):
.testing-head {
width: 1120px;
position: fixed;
left: 50%;
margin-left: -561px;
一個不好的方案,類似如下:
/*_position: absolute;
_top: expression(documentElement.scrollTop + "px");
_left: expression("100px");*/
/*_left: expression((document.body.scrollWidth - 1120)/2+ "px");*/
備注:_字首隻針對 IE6

本文基于
Creative Commons Attribution 2.5 China Mainland License釋出,歡迎轉載,演繹或用于商業目的,但是必須保留本文的署名
http://www.cnblogs.com/luminji(包含連結)。如您有任何疑問或者授權方面的協商,請給我留言。