CSS教程

关注公众号 jb51net

关闭
网页制作 > CSS > CSS教程 >

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

脚本之家



#totop
{
position:fixed;
right:10px;
bottom:10px;
width:100px;
height:100px;
}