這裏是頁:http://aevm.ca/fond2.html水平居中
當我使用這個CSS: 它的左對齊和頂在零
#center {
height: 100%;
width: 960px;
position: absolute;
background-color: #FF0;
top: 0px;
margin-right: auto;
margin-left: auto;
}
當我使用這個CSS: 它的中心對齊和頂部10 -20像素(爲什麼?)
#center {
height: 100%;
width: 960px;
position: relative; (the only difference)
background-color: #FF0;
top: 0px;
margin-right: auto;
margin-left: auto;
}
我怎麼能得到頂級位置和水平中心?
a-ma-zig catch!...做到了! – menardmam 2011-01-24 22:44:51