CSS background

CSS backgroundurl

 

  • # div比圖片大,圖片橫豎重複放 。(默認)
  • background-image: url('圖片地址');

 

  • # div比圖片大,不重複添加
  • background-repeat: no-repeat;

 

  • # div比圖片大,橫向重複添加
  • background-repeat: repeat-x;

 

  • # div比圖片大,豎向重複添加
  • background-repeat: repeat-y;

 

  • # 橫向移動圖片位置,默認0
  • background-position-x: 0px;

 

  • # 豎向移動圖片位置,默認0
  • background-position-y: 0px;

 

  • # 橫向豎向移動圖片位置,值1橫,值2豎
  • background-position: 0px 0px;
相關文章
相關標籤/搜索