|
border color
command: border-color
from one to four colors, transparent, or inherit
Description:
for setting only the color of the border on one or more...
border
any combination of the values of border-width, border-style, and/or a color, or inherit
Description:
for defining all aspects of a border on...
background repeat
command: background-repeat
one of repeat, repeat-x, repeat-y, no-repeat, or inherit
Description:
for determining how and if background images should be tiled
initial value:...
background position
command: background-position
either one or two percentages or lengths (or one percentage and one length) or one of top, center, or...
background image
command: background-image
either a URL, none, or inherit
Description:
for setting just the background image of an element
initial value: none; not inherited...
background color
command: background-color
either a color, transparent, or inherit
Description:
for setting just the background color of an element
initial value: transparent; not inherited...
background attachment
command: background-attachment
either scroll, fixed, or inherit
Description:
for determining if and how background images should scroll initial value: scroll; not inherited ...
Background
any combination of the values for background-attachment, background-color, background-image, background-repeat, and/or background-position, or inherit
Description:
for changing the background color and image...
|