本節簡介:背景顏色,圖片,對齊方式,是否重復,固定背景等屬性設置及編寫規則
本節課同學們做的筆記 點擊播放按鈕可自動定位到對應時間進行播放
background-image: url(images/pic1.jpg) ; background-repeat: repeat-x; 橫鋪圖片;
background-attachment:fixed 固定背景
background-attachment:fixed 可以簡寫
background:#000 url(images/pic1.jpg) no-repeat 100px 50px
background-position:100px 100px
background-position:right top
background-repeat:repeat/repeat-x
background-repeat:no-repeat
background-image:url(images/pic1.jpg)
<style>background:#顏色 url(圖片地址) no-repeat right bottom;</style> fixed 固定背景圖 backgroudn-position圖片定位 backgroud-image 背景圖片 backgroud-repeat 背景重復 no-repeat 不重復 backgroud-position :背景位置 tbackop :上面 bottom :下面 backgroud attachmenta: fixed固定背景
<style>background:#顏色 url(圖片地址) no-repeat right bottom;</style>
backgroud-image 背景圖片 backgroud-repeat 背景重復 no-repeat 不重復 backgroud-position :背景位置 tbackop :上面 bottom :下面 backgroud attachmenta: fixed固定背景