css背景位置

2021-09-25 11:32:36 字數 500 閱讀 1715

/* 方位名詞 */

1.background-color 背景顏色

2.background-image 背景位址

3.background-repeat 是否平鋪

(repeat-x 橫向平鋪 repeat-y縱向平鋪

repeat:背景影象在橫向和縱向平鋪

no-repeat:背景影象不平鋪)

例:

div
/* 精確單位 */

4 . background-position 背景位置

div
5.background-attachment 背景固定還是滾動

(scroll 背景影象是隨物件內容滾動 一般是預設的

fixed 背景影象固定)

背景簡寫方式

background: #000 url(1.jpg) no-repeat fixed center 100px;

css背景,背景位置,背景平鋪,背景拉伸,背景附著

css背景 css背景 背景顏色 background color black 背景 background imag url 位址 背景平鋪 不平鋪 background repeat no repeat 橫向平鋪 background repeat repeat x 縱向平鋪 background...

關於css背景位置設定

可以把 分開寫 background url image feed.gif no repeat background position 10px 5px 調整其中的數值就可以達到調整位置的目的。第乙個是左右,第二個引數是上下 例如 background position 20px 10px 指向右移...

css背景樣式css背景樣式

css背景樣式 css背景樣式 序號中文說明 標記語法 1背景顏色2背景 3背景重複 4背景固定 5背景定位 6背影樣式 1 背景顏色 background color 語法 說明 引數取值和顏色屬性一樣 注意 在 html當中,要為某個物件加上背景色只有一種辦法,那就是先做乙個 在 中設定完背景色...