Trouble expanding image for 100% of browser height with CSS
This question already has an answer here:
You need to set the height of the html
/ body
elements to 100%
.
Updated Example
html, body {
height:100%;
}
链接地址: http://www.djcxy.com/p/89394.html