gpt4 book ai didi

html - 固定滚动按钮问题

转载 作者:行者123 更新时间:2023-11-28 13:49:16 25 4
gpt4 key购买 nike

我正在尝试开发的网站上有一个固定的滚动到顶部按钮 - http://harden6615.com/portfolio/index.html .我有包装 div 位置相对和滚动 div #hb-gotop 固定,但按钮调整到浏览器而不是包装。有什么建议吗?

还有一个附带问题是我在 IE 中的标题背景有问题。如果有人看到是什么原因造成的,那就太好了,但不是这个线程中的问题。谢谢。

最佳答案

您想将它放置在您的容器内吗?

将您的按钮 CSS 更改为:

#hb-gotop{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 5px;
width: 100px;
background-color: #434343;
text-align:center;
padding:5px;
position: absolute;
bottom:10px;
right:10px;
cursor:pointer;
color: #45FFE0;
text-decoration:none;
}

固定将其锁定到窗口屏幕,因此您需要 absolute。

如果我混淆了您在这里的问题,请告诉我。

谢谢,迈克尔。

关于html - 固定滚动按钮问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11564677/

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