码迷,mamicode.com
首页 > Web开发 > 详细

CSS模拟position:fixed,一边滚动,一边不滚动

时间:2015-04-18 14:36:16      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:css模拟positionfixed   一边滚动   一边不滚动   

<!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="/soft/1843.shtml" target="_blank">显示内容1显示内容1显示内容1显示内容1</a></li><li><a href="/soft/1986.shtml" target="_blank">显示内容2显示内容2显示内容


2</a></li><li><a href="/soft/4374.shtml" target="_blank">显示内容3显示内容3显示内容3</a></li><li><a href="/soft/1060.shtml" target="_blank">显示内容4显示内容4显示内容


4</a></li><li><a href="/soft/4609.shtml" target="_blank">显示内容5显示内容5显示内容5</a></li><li><a href="/soft/1078.shtml" target="_blank">显示内容6显示内容


6</a></li><li><a href="/soft/2030.shtml" target="_blank">显示内容7显示内容7显示内容7</a></li><li><a href="/soft/3119.shtml" target="_blank">显示内容8显示内容8显示内容


8</a></li><li><a href="/soft/2927.shtml" target="_blank">显示内容9显示内容9显示内容</a></li><li><a href="/soft/2460.shtml" target="_blank">显示内容10显示内容


10</a></li><li><a href="/soft/5654.shtml" target="_blank">显示内容11显示内容11</a></li><li><a href="/soft/3353.shtml" target="_blank">显示内容12显示内容


12</a></li><li><a href="/soft/1852.shtml" target="_blank">显示内容13显示内容13</a></li><li><a href="/soft/1843.shtml" target="_blank">显示内容14显示内容


14</a></li><li><a href="/soft/1986.shtml" target="_blank">显示内容15显示内容15</a></li><li><a href="/soft/4374.shtml" target="_blank">显示内容16显示内容


16</a></li><li><a href="/soft/1060.shtml" target="_blank">显示内容17显示内容17</a></li><li><a href="/soft/4609.shtml" target="_blank">显示内容18显示内容


18</a></li><li><a href="/soft/1078.shtml" target="_blank">显示内容19显示内容19</a></li><li><a href="/soft/2030.shtml" target="_blank">显示内容20显示内容


20</a></li><li><a href="/soft/3119.shtml" target="_blank">显示内容21显示内容21</a></li><li><a href="/soft/2927.shtml" target="_blank">显示内容22显示内容22</a></li>
</div>
</div>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
</body>
</html>

CSS模拟position:fixed,一边滚动,一边不滚动

标签:css模拟positionfixed   一边滚动   一边不滚动   

原文地址:http://blog.csdn.net/life66881/article/details/45112909

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!