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