css背景圖片定位

背景圖默認平鋪:url

background-repeat: no-repeat;/*不平鋪*/
                              /*repeat-x;沿X軸平鋪*/
                              /*repeat-x;沿Y軸平鋪*/

背景圖片定位:spa

background-position: 100px 30px;/* X軸 Y軸 */
                               /* 20% 20%; 百分比的方式 */
                               /* left|center|right top|center|bottom */

背景中scroll的設置:code

background-attachment: fixed;/* 固定背景圖片,隨滾動條拉動時背景不變 */
                                             /* scroll 默認滾動 */

複合樣式(簡化單同樣式):blog

background: #ccc url(.../jpg) no-repeat center top fixed;
                  /* 顏色 背景圖 是否平鋪 背景圖定位 scroll設置 */
相關文章
相關標籤/搜索