如何让DIV固定在页面的某个位置而不随着滚动条随意滚动
答案:3 悬赏:0 手机版
解决时间 2021-03-15 12:13
- 提问者网友:niaiwoma
- 2021-03-14 23:44
如何让DIV固定在页面的某个位置而不随着滚动条随意滚动
最佳答案
- 五星知识达人网友:白昼之月
- 2021-03-15 00:13
使用固定定位,如
<div style="width:100px; height:100px; border:1px solid red; position:fixed; left:100px; top:100px;"></div>
这样就使得div固定在left:100px; top:100px的地方了
<div style="width:100px; height:100px; border:1px solid red; position:fixed; left:100px; top:100px;"></div>
这样就使得div固定在left:100px; top:100px的地方了
全部回答
- 1楼网友:冷風如刀
- 2021-03-15 02:02
给div 加固定定位,比如你要固定到右下角:
div{position:fixed; right:20px; bottom:20px;}
- 2楼网友:煞尾
- 2021-03-15 00:23
<div style='position:fixed;top:10px;left:10px;background:#369'>hello</div>
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯