当我放大/缩小时,Div会四处移动

时间:2015-06-14 07:47:30

标签: html zoom out

当我在Google Chrome上放大和缩小时,我的网页布局正在改变!

以下是我网站的链接: http://party.mccrossings.net

我已经检查了其他没有帮助我的帖子!

1 个答案:

答案 0 :(得分:0)

要使content div居中,请添加以下属性:

#content {
    width: 800ppx;
    height: 800px;
    position: absolute;
    top: 0px; bottom: 0px; left: 0px; right: 0px;
    margin: auto;
    background-color: #fff;
}