gpt4 book ai didi

html - 如何设计 div 使其随页面向下滚动 - 固定在浏览器的右侧

转载 作者:太空宇宙 更新时间:2023-11-04 04:23:58 25 4
gpt4 key购买 nike

我需要设置一个 div 的样式,使其随页面向下滚动并且不会像这样粘在浏览器的左侧:

#flyingDIV{
position:fixed;
top:160px;
left:0px;
}

相反,我需要将它固定在右侧。提前谢谢。

最佳答案

#flyingDIV{
position:fixed;
top:160px;
right:0px;
}

关于html - 如何设计 div 使其随页面向下滚动 - 固定在浏览器的右侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18641105/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com