css layer-background-color屬性不受支援以及呈現的效果

來源:互聯網
上載者:User
文法:

layer-background-color : transparent | color

參數:
transparent :  背景色透明
color :  指定顏色。請參閱顏色單位和附錄:顏色表

說明:

設定或檢索對象整個地區的背景顏色。

樣本:

div { layer-background-color: transparent; }

CSS屬性LAYER-background-image(color)不受支援[Microsoft Internet Explorer 5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0, Netscape Navigator 7.0],怎麼解決,或者告訴我原因,最好2個都教下,多謝

LAYER-background-image(color)我也沒看明白~

正確的css背景圖片設定:
bakcground-image:url(..圖片路徑..)
bakcground-color:#000; //圖片空白部分顏色
background-repeat:no-repeat; //圖片不重複排列,也可以是repeat-x,repeat-y和repeat
background-position:center center; //背景圖片出現的位置,一個是x軸位置,一個是y軸位置,也可以是 “10px 20px”,或“10% 20%”。

也可以簡寫:background:url(..路徑..) no-repeat 10px 20px #000;

css代碼中layer-background-color屬性呈現的效果是背景顏色

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.