我一直在使用以下css代码:
#MainBox
{ width: 488px;
height: 181px;
position: absolute;
left: 50%;
top: 236px;
margin-left: -244px; //this being half the width
}
确保页面上的项目居中。问题是,当在 iphone 上查看此内容时(我假设在其他智能手机上类似),页面的左侧被切掉了!有谁知道我如何解决这个问题并使一切适应?
谢谢!