*背景関係をまとめた設定 [#s263e2d9]
背景関連のプロパティをまとめて設定するには、
''background''プロパティを設定します。
#pre(novervatim){{
COLOR(red):background: COLOR(blue):背景関係のプロパティ
</pre>
}}
次のプロパティをまとめて設定することができます。
-[[背景色の設定>Lecture/InfoDesignB2004/7th/fontcolor#fdac6533]]
-[[背景画像の設定>Lecture/InfoDesignB2004/9th/bg_image]]
-[[背景画像の並べ方の設定>Lecture/InfoDesignB2004/9th/bg_repeat]]
-[[背景画像の表示位置の設定>Lecture/InfoDesignB2004/9th/bg_position]]
-[[背景画像の固定>Lecture/InfoDesignB2004/9th/bg_attach]]
設定したい値を、任意の順序で、半角スペースで区切って設定します。
#pre(novervatim){{
body {
color: #000000;
COLOR(red):background: COLOR(blue):#ffffff url(bg.gif) right repeat-yCOLOR(black):;
}
</pre>
}}
&br;
&navi2(Lecture/InfoDesignB2004/9th,next);進んでください。
----
#navi2(Lecture/InfoDesignB2004/9th,prev,toc,next)
}}
|