如果页面的内容足够长以将其推到底部,我需要在页面底部放置一个带背景的 div
目前我使用此代码
#bottomBar {
position: absolute;
bottom: 0;
}
这样做的问题是,如果页面的内容大于视图端口中可用的内容,则 img 会卡在漂浮在虚无之中
如果页面的内容足够长以将其推到底部,我需要在页面底部放置一个带背景的 div
目前我使用此代码
#bottomBar {
position: absolute;
bottom: 0;
}
这样做的问题是,如果页面的内容大于视图端口中可用的内容,则 img 会卡在漂浮在虚无之中