font-family
 |
[<family-name> | <generic-family>],]* [<family-name> | <generic-family>] default: UA-specific |
all elements |
yes |
n/a |
font-style
 | normal | italic | oblique |
all elements |
yes |
n/a |
font-variant
 | normal |
small-caps |
all elements |
yes |
n/a |
font-weight
 | normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 |
all elements |
yes |
n/a |
font-size
 | <absolute-size>
| <relative-size> | <length> | <percentage> default:
medium |
all elements |
yes |
relative
to parent element's font size |
font
 |
[<font-style> || <font-variant> || <font-weight>]?
<font-size>
[/<line-height>]? <font-family> default: not
defined | all
elements |
yes | allowed on
<font-size> and <line-height>
|
|
| Copyright © 1998-2003 by Radok Corporation |
margin-top
 | <length> | <percentage> | auto default: 0 |
all elements |
no |
refer to parent element's width |
margin-right
 | <length> | <percentage> | auto default: 0 |
all elements |
no |
refer to parent element's width |
margin-bottom
 | <length> | <percentage> | auto default: 0 |
| no |
refer to parent element's width |
margin-left
 | <length> | <percentage> | auto default: 0 |
all elements |
no |
refer to parent element's width |
margin
 | [<length> | <percentage> | auto]{1,4} default: not defined |
all elements |
no |
refer to parent element's width |
padding-top
 | <length> | <percentage> default: 0 |
all elements |
no |
refer to parent element's width |
padding-right
 | <length> | <percentage> default: 0 |
all elements |
no |
refer to parent element's width |
padding-bottom
 | <length> | <percentage> default: 0 |
all elements |
no |
refer to parent element's width |
padding-left
 | <length> | <percentage> default: 0 |
all elements |
no |
refer to parent element's width |
padding
 | [<length> |
<percentage>]{1,4} default: 0 |
all elements |
no |
refer to parent element's width |
border-top-width
 | medium | thin | thick | <length> |
all elements |
no |
n/a |
border-right-width
 | medium | thin | thick | <length> |
all elements |
no |
n/a |
border-bottom-width
 | medium | thin | thick | <length> |
all elements |
no |
n/a |
border-left-width
 | medium | thin | thick | <length> |
all elements |
no |
n/a |
border-width
 | [thin | medium | thick | <length>]{1,4} default: not defined |
all elements |
no |
n/a |
border-color
 | <color>{1,4} default: the value of the 'color' property |
all elements |
no |
n/a |
border-style
 | none | dotted | dashed | solid | double | groove | ridge | inset | outset |
all elements |
no |
n/a |
border-top
 | <border-top-width> || <border-style> || <color> default:
not defined |
all elements |
no |
n/a |
border-right
 | <border-right-width> || <border-style> || <color> default: not defined |
all elements |
no |
n/a |
border-bottom
 |
<border-bottom-width> || <border-style> || <color> default: not defined |
all elements |
no |
n/a |
border-left
 | <border-left-width> || <border-style> || <color> default: not defined |
all elements |
no |
n/a |
border
 | <border-width> || <border-style> || <color> default: not defined |
all elements |
no |
n/a |
width
 | auto | <length> |
<percentage> |
block-level and replaced elements |
no |
refer to parent element's width |
height
 | auto | <length> |
block-level and replaced elements |
no |
n/a |
float
 | none | left |
right |
all elements |
no |
n/a |
clear
 | none | left | right | both |
all elements |
no |
n/a
|
|
| Copyright © 1998-2003 by Radok Corporation |
position
 | static | absolute |
relative |
all elements |
no |
n/a |
left
 | auto | <length> | <percentage> |
elements with the 'position' property of type 'absolute' or
'relative' |
no |
refer to parent element's width and height. If parent's height is set to 'auto', percentage is undefined. |
top
 | auto | <length>
| <percentage> |
elements with the 'position' property of type 'absolute' or
'relative' |
no |
refer to parent element's width and height. If parent's height is set to 'auto', percentage is undefined. |
width
 | auto | <length> |
<percentage> |
block-level and replaced elements, elements with 'position'
property value of 'absolute' |
no |
refer to parent element's width and height. If parent's height is 'auto', percentage of height is undefined |
height
 | auto | <length> |
<percentage> |
block-level and replaced elements, elements with 'position'
property value of 'absolute' |
no |
refer to parent element's width and height. If parent's height is 'auto', percentage of height is undefined |
clip
 | auto | <st-style
<shape> |
elements with the 'position' property of type 'absolute' |
no |
n/a |
overflow
 | visible | hidden |
scroll | auto |
elements with the 'position' property of type 'absolute' |
no |
n/a |
z-index
 | auto | <integer> |
positional elements |
no |
n/a |
visibility
 | inherit | visible | hidden |
all elements |
if value is 'inherit' |
n/a
|
|
| Copyright © 1998-2003 by Radok Corporation |