首页 > 代码库 > position:fixed 属性在iphone 中不起作用

position:fixed 属性在iphone 中不起作用

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>模拟position:fixed</title></head><style>* { padding:0; margin:0;}body { height:100%; overflow:hidden; font-size:14px; line-height:2; position:relative;}html { height:100%; overflow:hidden;}.fixed { position:absolute; top:10px; left:10px; width:200px; height:350px; background:#fc0; border:1px solid #f60;}.wrapper { height:100%; overflow:auto;}.body { padding-top:10px; margin-left:232px;}</style><body><div class="fixed">左边无论怎么滚动这个窗口它都不会动的</div><div class="wrapper"><div class="body"><li><a href=http://www.mamicode.com/"/soft/1843.shtml" target="_blank">显示内容1显示内容1显示内容1显示内容1</a></li><li><a href=http://www.mamicode.com/"/soft/1986.shtml" target="_blank">显示内容2显示内容2显示内容2</a></li><li><a href=http://www.mamicode.com/"/soft/4374.shtml" target="_blank">显示内容3显示内容3显示内容3</a></li><li><a href=http://www.mamicode.com/"/soft/1060.shtml" target="_blank">显示内容4显示内容4显示内容4</a></li><li><a href=http://www.mamicode.com/"/soft/4609.shtml" target="_blank">显示内容5显示内容5显示内容5</a></li><li><a href=http://www.mamicode.com/"/soft/1078.shtml" target="_blank">显示内容6显示内容6</a></li><li><a href=http://www.mamicode.com/"/soft/2030.shtml" target="_blank">显示内容7显示内容7显示内容7</a></li><li><a href=http://www.mamicode.com/"/soft/3119.shtml" target="_blank">显示内容8显示内容8显示内容8</a></li><li><a href=http://www.mamicode.com/"/soft/2927.shtml" target="_blank">显示内容9显示内容9显示内容</a></li><li><a href=http://www.mamicode.com/"/soft/2460.shtml" target="_blank">显示内容10显示内容10</a></li><li><a href=http://www.mamicode.com/"/soft/5654.shtml" target="_blank">显示内容11显示内容11</a></li><li><a href=http://www.mamicode.com/"/soft/3353.shtml" target="_blank">显示内容12显示内容12</a></li><li><a href=http://www.mamicode.com/"/soft/1852.shtml" target="_blank">显示内容13显示内容13</a></li><li><a href=http://www.mamicode.com/"/soft/1843.shtml" target="_blank">显示内容14显示内容14</a></li><li><a href=http://www.mamicode.com/"/soft/1986.shtml" target="_blank">显示内容15显示内容15</a></li><li><a href=http://www.mamicode.com/"/soft/4374.shtml" target="_blank">显示内容16显示内容16</a></li><li><a href=http://www.mamicode.com/"/soft/1060.shtml" target="_blank">显示内容17显示内容17</a></li><li><a href=http://www.mamicode.com/"/soft/4609.shtml" target="_blank">显示内容18显示内容18</a></li><li><a href=http://www.mamicode.com/"/soft/1078.shtml" target="_blank">显示内容19显示内容19</a></li><li><a href=http://www.mamicode.com/"/soft/2030.shtml" target="_blank">显示内容20显示内容20</a></li><li><a href=http://www.mamicode.com/"/soft/3119.shtml" target="_blank">显示内容21显示内容21</a></li><li><a href=http://www.mamicode.com/"/soft/2927.shtml" target="_blank">显示内容22显示内容22</a></li></div></div><div>脚本之家 http://www.jb51.net/</div></body></html>

 

css: absolute 模拟  fixed 效果

position:fixed 属性在iphone 中不起作用