CSS怎么把某个区域定在拉动滚动条的情况下一直显示在屏幕某个位置?

 我来答
帐号已注销
推荐于2016-11-10 · TA获得超过313个赞
知道小有建树答主
回答量:712
采纳率:0%
帮助的人:387万
展开全部

使用position:absolute;来定位:


<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>demo</title>
<style type="text/css">
body{margin:0px;padding:0px;overflow:hidden;padding-top:22px;padding-bottom:22px;}
div{margin:0px;padding:0px;}
#header{background-color:blue;color:white;position:absolute;top:0px;left:0px;height:16px;width:100%;}
#content{background-color:yellow;width:100%;height:100%;overflow:auto}
#footer{background-color:green;color:white;width:100%;height:16px;position:absolute;bottom:0px;left:0px;}
</style>
<script language="javascript">
</script>
</head>
<body>
<div id="header">header</div>
<div id="content">
<script language="javascript">
for(i=0;i<1000;i++){
document.write(i+"<br />");
}
</script>
</div>
<div id="footer">footer</div>
</body>
</html>
lee_zim
2014-10-21 · TA获得超过433个赞
知道小有建树答主
回答量:381
采纳率:0%
帮助的人:226万
展开全部
background:fixed
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式