基本上,这就是正在发生的事情:
浏览器:
Iphone(在 Android 中不会发生):
我正在使用这个:
<meta name="viewport" content="user-scalable = yes">
这是CSS:
html,
body,
#wrapper {
height: 100%;
}
body > #wrapper {
height: 100%;
min-height: 100%;
}
#content {
clear: both;
padding-bottom: 36px;
}
#header,
#content,
#footer {
padding-left: 20px;
padding-right: 20px;
}
.container {
margin: 0 auto;
width: 960px;
}
#footer {
background: url(images/footer_bg.png) repeat-x 0 0;
margin: -65px 0 0;
padding: 15px 0 14px;
position: relative;
clear: both;
height: 36px;
}
现场样本:
http://www.pixelmatic.com/games/
到目前为止我很困惑。可能是什么原因?