真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

CSS中的background屬性怎么使用

這篇文章主要講解了“CSS中的background屬性怎么使用”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“CSS中的background屬性怎么使用”吧!

創(chuàng)新互聯(lián)是一家專業(yè)提供鄄城企業(yè)網(wǎng)站建設(shè),專注與成都做網(wǎng)站、成都網(wǎng)站建設(shè)、H5響應(yīng)式網(wǎng)站、小程序制作等業(yè)務(wù)。10年已為鄄城眾多企業(yè)、政府機構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)網(wǎng)站設(shè)計公司優(yōu)惠進行中。

background 屬性是background-color,background-image,background-position,background-attachment,background-repeat,這五個屬性的縮寫,優(yōu)點是比單個屬性書寫要簡單,要少寫很多代碼。就是有時令人在書寫這五個屬性的順序上有些困擾。下面一段代碼取自搜狐:

代碼如下:

.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的風(fēng)格書寫都不一樣的,覺得有點不應(yīng)該。
那就讓我們看看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
上面表格的內(nèi)容只是定義的background屬性的值包含那些內(nèi)容,但并沒有指定這些值的順序(不過可以認(rèn)為這是建議順序,如果都這樣做,代碼可讀性更好)。

感謝各位的閱讀,以上就是“CSS中的background屬性怎么使用”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對CSS中的background屬性怎么使用這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!


網(wǎng)站題目:CSS中的background屬性怎么使用
鏈接分享:http://weahome.cn/article/gedced.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部