position
Name: position
Description: Specifies the positioning rules for the position of an element.
Browser Compatibility: IE 4+ / NN 4+ / O 4+
Inherited: No
Values:
- absolute
- fixed
- inherit
- relative
- static [Initial value]
Code Example:
h1#headline {position: fixed;}