css設定背景圖片鋪滿固定不動

小波linux發表於2017-10-26

  #page{

 

  position: relative;

 

  width: 100%;

  height: 100%;

  background-image:url(../img/bg.JPG);

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-size: cover;

  float: left;

 

  }


相關文章