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;
}
4

1 回答 1

0

position:fixed 仅适用于 IOS5+

于 2012-07-13T12:51:28.360 回答