css 整页背景

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 整页背景相关的知识,希望对你有一定的参考价值。

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
Works in:

    Safari 3+
    Chrome Whatever+
    IE 9+
    Opera 10+ (Opera 9.5 supported background-size but not the keywords)
    Firefox 3.6+ (Firefox 4 supports non-vendor prefixed version)
*/

以上是关于css 整页背景的主要内容,如果未能解决你的问题,请参考以下文章

css 整页背景

css 整页背景

css 整页背景图片

css 整页背景图像

CSS 完美的整页背景图像

mPDF:为整页使用背景图像