页脚的固定位置在浏览器中有效,但在 iphone 中无效。
<div class="footer">
<input name="" type="submit" id="submit" value="send" />
</div>
CSS是,
.footer{
position:fixed;
bottom:0;
left:0;
width:100%;
margin:0 auto;
padding:6px 0;
}
页脚的固定位置在浏览器中有效,但在 iphone 中无效。
<div class="footer">
<input name="" type="submit" id="submit" value="send" />
</div>
CSS是,
.footer{
position:fixed;
bottom:0;
left:0;
width:100%;
margin:0 auto;
padding:6px 0;
}