使用CSS无法展示100%浏览器高度的图片
这个问题在这里已经有了答案:
您需要将html
/ body
元素的高度设置为100%
。
更新示例
html, body {
height:100%;
}
链接地址: http://www.djcxy.com/p/89393.html
上一篇: Trouble expanding image for 100% of browser height with CSS