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-end Mozilla extension property specifies the right margin and is synonymous with margin-right (in left-to-right situations). In right-to-left cases it sets the left margin (same as margin-left). In rtl situations -moz-margin-end flips the element's 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 width of the margin. Examples of lengths are px, em, etc.
<percentage> Specifies a percentage value in relation to the width of the containing block.