Price Tag Programming Help |
| static | Default. Elements render in order, as they appear in the document flow. |
| absolute | The element is positioned relative to its most previous positioned (not static) ancestor element. |
| fixed | The element is positioned relative to the browser window. |
| relative | The element is positioned relative to its normal position, |
| e.g. "left:20" will add 20 pixels to the element's LEFT position. | |
| inherit | The value of the position property is inherited from the parent element. |