网页的地址
http://www.xinlizhiyouni.com/...
使用绝对定位,让页面能覆盖浏览器的可视区域
.content {
position: absolute;
top: 0;
bottom: 0em;
}
但是当页面内容过多的时候,往下滑动会出现空白的样式,请问怎么解决?
补充
不用绝对定位的话 如果内容过短,当用户打开页面的时候,会看到尾部有一大段空白
网页的地址
http://www.xinlizhiyouni.com/...
使用绝对定位,让页面能覆盖浏览器的可视区域
.content {
position: absolute;
top: 0;
bottom: 0em;
}
但是当页面内容过多的时候,往下滑动会出现空白的样式,请问怎么解决?
不用绝对定位的话 如果内容过短,当用户打开页面的时候,会看到尾部有一大段空白
10 回答11.3k 阅读
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答2.8k 阅读✓ 已解决
3 回答5.2k 阅读✓ 已解决
5 回答2.1k 阅读
3 回答2.4k 阅读✓ 已解决
重新提交下答案吧
嗯,顺便说下,一般不会设置top: 0, bottom: 0的。
内容超过一屏时:

内容不足一屏时:
