Quick Reference to CSS-P

Note: this is a partial list of properties. Consult the CSS II specification for details and a full list.

Positioning Properties

'position'
Value:   static | relative | absolute | fixed | inherit
Initial:   static
Applies to:   all elements, but not to generated content
Inherited:   no
'top'
Value:   <length> | <percentage> | auto | inherit
Initial:   auto
Applies to:   positioned elements
Inherited:   no
Percentages:   refer to height of containing block
'right'
Value:   <length> | <percentage> | auto | inherit
Initial:   auto
Applies to:   positioned elements
Inherited:   no
Percentages:   refer to width of containing block
'bottom'
Value:   <length> | <percentage> | auto | inherit
Initial:   auto
Applies to:   positioned elements
Inherited:   no
Percentages:   refer to height of containing block
'left'
Value:   <length> | <percentage> | auto | inherit
Initial:   auto
Applies to:   positioned elements
Inherited:   no
Percentages:   refer to width of containing block
'z-index'
Value:   auto | <integer> | inherit
Initial:   auto
Applies to:   positioned elements
Inherited:   no
visibility'
Value:   visible | hidden | inherit
Initial:   inherit
Applies to:   all elements
Inherited:   no