如何让整个页面水平居中?


方法:

body{

text-align:center;

}

#test2{

width:960px;

margin:0 auto;

text-align:left;

}

定义body的text-align值为center将使得IE5.5也能实现居中