html{
background:url('background.jpg') no-repeat center center;
min-height:100%;
background-size:cover;
}
body{
min-height:100%;
}将html及body设置为最小高度为100%,使用css3中的background-size:cover;将背景图片设置成封面全屏模式。不支持ie6-8
html{
background:url('background.jpg') no-repeat center center;
min-height:100%;
background-size:cover;
}
body{
min-height:100%;
}将html及body设置为最小高度为100%,使用css3中的background-size:cover;将背景图片设置成封面全屏模式。不支持ie6-8