您好,登錄后才能下訂單哦!
這篇文章主要講解了“CSS中的background屬性怎么使用”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“CSS中的background屬性怎么使用”吧!
background 屬性是background-color,background-image,background-position,background-attachment,background-repeat,這五個屬性的縮寫,優點是比單個屬性書寫要簡單,要少寫很多代碼。就是有時令人在書寫這五個屬性的順序上有些困擾。下面一段代碼取自搜狐:
代碼如下:
.bBot{background:url(../images20130624/bg.png) no-repeat -1424px -5px;overflow:hidden;height:1px;clear:both;font-size:0px; overflow:hidden;}
.cBot{background:url(../images20130624/sohubg01.png) 0 -181px repeat-x;width:758px;height:6px;clear:both;font-size:1px;margin:0 auto;}
.bBot 選擇器的background屬性的順序是background-image,background-repeat,backgroundf-position。(background-repeat在前,backgroundf-position在后)
.cBot 選擇器的background屬性的順序是background-image,background-position,background-repeat。(background-position在前,background-repeat在后)
就是同一個公司的CSS的風格書寫都不一樣的,覺得有點不應該。
那就讓我們看看CSS的background屬性的官方定義:
Value: ['background-color'> ||<'background-image'> || <'background-repeat'>|| <'background-attachment'> ||<'background-position'>] | inherit
Initial: see individual properties
Applies to: all elements
Inherited: no
Percentages: allowed on 'background-position'
Media: visual
Computed value: see individual properties
上面表格的內容只是定義的background屬性的值包含那些內容,但并沒有指定這些值的順序(不過可以認為這是建議順序,如果都這樣做,代碼可讀性更好)。
感謝各位的閱讀,以上就是“CSS中的background屬性怎么使用”的內容了,經過本文的學習后,相信大家對CSS中的background屬性怎么使用這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。