position | NN 4 IE 4 CSS 2 | ||||||||||||||||||||||||
  | Inherited: No | ||||||||||||||||||||||||
Sets whether the element is positionable, and if so, what type of
positionable element it is. The two primary types of positionable
elements are set with values relative and
absolute. See | |||||||||||||||||||||||||
CSS Syntax position: positionConstant | |||||||||||||||||||||||||
Value Browsers and the CSS standard recognize different sets of constant values for this attribute:
| |||||||||||||||||||||||||
Initial Value static (IE 4); normal (CSS2); none (NN 4). | |||||||||||||||||||||||||
Applies To You can apply the absolute value to: APPLET, DIV, EMBED, FIELDSET, HR, IFRAME, INPUT, MARQUEE, OBJECT, SPAN, TABLE, and TABLE elements. You can apply the relative value to most other block-level elements. | |||||||||||||||||||||||||
Object Model Reference
|