首页 > 开发 > CSS > 正文

css将div层固定显示在页面底部不随滚动条滚动

2024-07-11 08:28:01
字体:
来源:转载
供稿:网友

复制代码
代码如下:
#totop
{
position:fixed;
right:10px;
bottom:10px;
width:100px;
height:100px;
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表