CSS:-moz-margin-start
From MDC
« CSS Reference « CSS Reference:Mozilla Extensions
[edit] Summary
In left to right (LTR) situations the -moz-margin-start property specifies the left margin and is synonymous with margin-left. In RTL cases it sets the right margin (same as margin-right).
In Right to Left (RTL) situations -moz-margin-start flips the elements margin without having to specify absolute left or right.
- Initial value: 0
- Applies to: all elements
- Inherited: no
- Percentages: refer to
widthof closest block-level ancestor - Media:
visual - Computed value: the percentage as specified or the absolute length
[edit] Syntax
-moz-margin-start:<length>|<percentage>|inherit|auto;
[edit] Values
- <length>
- Specifies a fixed width.
- <percentage>
- a percentage with respect to the width of the containing block.
[edit] Examples
.content {-moz-margin-start: 5%}
.sidebox {-moz-margin-start: 10px}
[edit] Notes
[edit] Specifications
Not yet candidate for Specifications
[edit] See also
margin, margin-bottom, margin-left, margin-right, margin-top , -moz-margin-start, -moz-margin-end, border, padding