gpt4 book ai didi

CSS float - 底 Angular

转载 作者:技术小花猫 更新时间:2023-10-29 11:45:10 28 4
gpt4 key购买 nike

我有一些按钮总是 float 在浏览器窗口的底 Angular 。

后退 按钮位于正确的位置,但下一步 按钮不会正确 float 。

#footerback {
width: 107px;
background-position: top;
padding: 0px 30px 30px 0px;
position: fixed;
bottom: 0px;
float: left;
}
#footernext {
width: 107px;
background-position: top;
padding: 0px 30px 0px 30px;
position: fixed;
bottom: 0px;
float: right;
}

我该如何解决这个问题?

最佳答案

试试这个 CSS 把它放在右下角;

position:fixed;
right:0;
bottom:0;

关于CSS float - 底 Angular ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10833842/

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