HTML & CSS Wiki

READ MORE

HTML & CSS Wiki
Stub

This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.


The CSS -moz-margin-start property specifies the left margin and is synonymous with margin-left (in left-to-right situations). In right-to-left cases it sets the right margin (same as margin-right). In rtl situations -moz-margin-start flips the elements margin without having to specify absolute left or right.

Values[]

Value Description
inherit Explicitly sets the value of this property to that of the parent.
auto Depends on the user agent.
<length> Specifies a length value for the start of the margin.
<percentage> Specifies a percentage value in relation to the width of the containing block.