Definition of Terms
-
Position: Relative, Absolute, Fixed. Absolutely positioned elements will display as they relate to Relatively positioned elements. Fixed elements will display outside of all elements.
-
Vertical Position: Top, Bottom. Places the object in the vertical starting point – the distance is then controlled with the values below.
-
Horizontal Position: Left, Right. Places the object in the horizontal starting point – the distance is then controlled with the values below.
-
Vertical Value & Horizontal Value. The pixel distance from the vertical and horizontal positions selected.
-
Z Index. The Z plane value, which is an arbitrary value only weighted according to other Z Indexes and controls the distance above/below other absolutely or fixed elements.
-
Control Size. Width and Height are inherited by default, though you can control these further by selecting the checkbox as shown on the right.
-
Width & Height. These are pixel values for the element and only work if the Control Size option is selected.
Changelog
v1.0.1 (October 29, 2013)
- Grouping changed back to ‘1LD Stacks’