13995643552
建站专栏
联系我们
13995643552
css: 固定不滚动层
您所在的位置:网站建设 » 建站专栏 » css: 固定不滚动层
css: 固定不滚动层
时间:2013/9/8 23:49:12;点击:1957
 
css: 固定不滚动层
<style type="text/css">
html,body{ overflow:hidden; margin:0px; width:100%; height:100%; }
.virtual_body{width:100%; height:100%; overflow-y:scroll; overflow-x:auto; }
.fixed_div{position:absolute; z-index:2009; top:0px; width:100%; height:30px; border:1px solid red; background:#e5e5e5;}
</style>
<div class="fixed_div">I'm still here!</div>
<div class="virtual_body">
<div style="height:1000px; width:500px; background:#ccc">contents</div>
</div>
 
13995643552
[ 返回 ]
Copyright © 2013-2021 武汉网站建设
关闭