ホームページ > 記事 > ウェブフロントエンド > CSS レイヤーの背景色プロパティはサポートされておらず、レンダリング効果は
構文:
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]、その方法解決するか理由を教えてください、両方教えるのが一番です、ありがとうございます
LAYER-background-image(color)私も理解できませんでした~
正しいCSS背景画像設定:
bakcground-image:url( ..picture Path..)
bakcground-color:#000; //画像の空白部分の色
background-repeat:no-repeat; //画像は繰り返されません。 -x,repeat-y およびrepeat
background-position:center center; //背景画像が表示される位置、1 つは X 軸の位置、もう 1 つは Y 軸の位置です。 10px 20px」または「10% 20%」。
は、background:url(..path..) no-repeat 10px 20px #000;
CSS コードのlayer-background-color 属性の効果は背景色です
以上がCSS レイヤーの背景色プロパティはサポートされておらず、レンダリング効果はの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。