标签: html zoom out
当我在Google Chrome上放大和缩小时,我的网页布局正在改变!
以下是我网站的链接: http://party.mccrossings.net
我已经检查了其他没有帮助我的帖子!
答案 0 :(得分:0)
要使content div居中,请添加以下属性:
content
#content { width: 800ppx; height: 800px; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto; background-color: #fff; }