color : color;
S: All
color: #ff0000;
color: #fff;
color: #ff0000;
color: rgb(0,255,0);
background-color : color | transparent;
B: NS4 S: IE4+ NS6+ O3.5+ Gecko
background-color: #ff0000;
background-color: transparent;
background-image : uri | none;
B: NS4 S: IE4+ NS6+ O3.5+ Gecko
background-image: url(./img/metal.png);
background-image: url("wood.png");
background-image: none;
background-repeat : repeat | repeat-x | repeat-y | no-repeat;
B: IE4 MacIE4 S: IE5+ MacIE5+ NS6+ O3.5+ Gecko
background-repeat: no-repeat;
background-repeat: repeat-y;
background-attachment : scroll | fixed;
B: NS4 S: IE4+ NS6+ O3.5+ Gecko
background-attachment: fixed;
background-attachment: scroll;
background-position : [percentage | length | left | center | right] [percentage | length | top | center | bottom] ;
B: NS4 S: IE4+ NS6+ O3.5+ Gecko
background-position: right top;
background-position: 100% 100%;
background : background-color background-image background-repeat background-attachment background-position;
S: All
background: red;
background: #ffffff url("mybkg.png") repeat-y fixed 50%;
background: #000000 url("flag.png") no-repeat right top;
Page last modified 12:45, 10 Aug 2005 by Nickolay