问题遇到的现象和发生背景
网页缩放时背景图片下方出现空白(如图)
问题相关代码,请勿粘贴截图
body {
overflow: hidden;
position: fixed;
width: 100%;
height: 100%;
background: url(images/beijing.jpg) no-repeat;
background-size: cover;
}
我的解答思路和尝试过的方法
搜过很多方法仍无解
网页缩放时背景图片下方出现空白(如图)
body {
overflow: hidden;
position: fixed;
width: 100%;
height: 100%;
background: url(images/beijing.jpg) no-repeat;
background-size: cover;
}
搜过很多方法仍无解
加上 html {height: 100%;}